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.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
SyntaxPublic Function Teardown As Boolean
member Teardown : unit -> bool
Return Value
Type:
Boolean
Returns true on success, otherwise false.
See Also