RtspSessionManagerSetupWaitReplyTimeout Property |
Overrides DefaultWaitTimeout. The timeout used to specifically wait for session setup
(Setup) reply.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic TimeSpan SetupWaitReplyTimeout { get; set; }
Public Property SetupWaitReplyTimeout As TimeSpan
Get
Set
public:
property TimeSpan SetupWaitReplyTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
member SetupWaitReplyTimeout : TimeSpan with get, set
Property Value
Type:
TimeSpan
The setup wait reply timeout.
See Also