| RtspClientInfoSupportedMethods Property  | 
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic List<RtspMethod> SupportedMethods { get; set; }Public Property SupportedMethods As List(Of RtspMethod)
	Get
	Set
public:
property List<RtspMethod>^ SupportedMethods {
	List<RtspMethod>^ get ();
	void set (List<RtspMethod>^ value);
}member SupportedMethods : List<RtspMethod> with get, set
Property Value
Type: 
ListRtspMethod
See Also