TransactionIsResponseOk Property |
Returns true when the response is a 200 OK and the transaction has not been aborted.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool IsResponseOk { get; }
Public ReadOnly Property IsResponseOk As Boolean
Get
public:
property bool IsResponseOk {
bool get ();
}
member IsResponseOk : bool with get
Property Value
Type:
Boolean
true if this object is response ok, false if not.
See Also