| RtspConstantsRtspVersion Property  | 
                Gets the RTSP version.
            
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic static string RtspVersion { get; }Public Shared ReadOnly Property RtspVersion As String
	Get
public:
static property String^ RtspVersion {
	String^ get ();
}static member RtspVersion : string with get
Property Value
Type: 
String
                The RTSP version.
            
See Also