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