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