PublicHeaderMethods Property |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic IEnumerable<RtspMethod> Methods { get; }
Public ReadOnly Property Methods As IEnumerable(Of RtspMethod)
Get
public:
property IEnumerable<RtspMethod>^ Methods {
IEnumerable<RtspMethod>^ get ();
}
member Methods : IEnumerable<RtspMethod> with get
Property Value
IEnumerableRtspMethod
See Also