Click or drag to resize
RtspResponseIsOk Property
Returns true if the response is a 200 OK.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool IsOk { get; }

Property Value

Type: Boolean
true if this object is ok, false if not.
See Also