Click or drag to resize
SessionTimeoutSeconds Property
The timeout parameter is only allowed in a response header. The server uses it to indicate to the client how long the server is prepared to wait between RTSP commands before closing the session due to lack of activity, measured in seconds.

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

Property Value

Type: Int32
The timeout seconds.
See Also