RtspSessionManagerDefaultWaitTimeout Property |
The default timeout on all request/response transaction, if not overspecified by another
property.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic TimeSpan DefaultWaitTimeout { get; set; }
Public Property DefaultWaitTimeout As TimeSpan
Get
Set
public:
property TimeSpan DefaultWaitTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
member DefaultWaitTimeout : TimeSpan with get, set
Property Value
Type:
TimeSpan The default wait timeout.
See Also