| BulkTransactionsAreResponsesOk Property  | 
            Check whether all responses in the stored transactions are 200 OK
            
 
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool AreResponsesOk { get; }Public ReadOnly Property AreResponsesOk As Boolean
	Get
public:
property bool AreResponsesOk {
	bool get ();
}member AreResponsesOk : bool with get
Property Value
Type: 
Boolean
See Also