Click or drag to resize
RtspSessionManagerDefaultWaitTimeout Property
The default timeout on all request/response transaction, if not overspecified by another property.

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public TimeSpan DefaultWaitTimeout { get; set; }

Property Value

Type: TimeSpan
The default wait timeout.
See Also