Click or drag to resize
RtspSessionTeardown Method
Attempts to tear down the session by sending an RTSP Teardown request. If KeepAliveTimeout was specified, the corresponding timer will always be disposed.

Namespace: StreamCoders.Rtsp.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool Teardown()

Return Value

Type: Boolean
Returns true on success, otherwise false.
See Also