| RtspResponseIsOk Property  | 
                Returns true if the response is a 200 OK.
            
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool IsOk { get; }Public ReadOnly Property IsOk As Boolean
	Get
public:
property bool IsOk {
	bool get ();
}member IsOk : bool with get
Property Value
Type: 
Boolean
                true if this object is ok, false if not.
            
See Also