RtspPrimitivesTearDownSession Method |
Attemps to tear down an RTSP session by sending a Teardown request.
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool TearDownSession()
Public Function TearDownSession As Boolean
public:
bool TearDownSession()
member TearDownSession : unit -> bool
Return Value
Type:
Boolean
Returns true on success, otherwise false.
Remarks
An OnDisconnect event will be raised.
See Also