Click or drag to resize
TransactionIsResponseOk Property
Returns true when the response is a 200 OK and the transaction has not been aborted.

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

Property Value

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