Click or drag to resize
RtspPrimitivesTearDownSession Method
Attemps to tear down an RTSP session by sending a Teardown request.

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

Return Value

Type: Boolean
Returns true on success, otherwise false.
Remarks
An OnDisconnect event will be raised.
See Also