RtspSessionSendKeepAlive Method |
Sends an RTSP request to keep session alive. The type of keep alive sent out depends on the value in KeepAliveMethodType
Namespace: StreamCoders.Rtsp.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool SendKeepAlive()
Public Function SendKeepAlive As Boolean
public:
bool SendKeepAlive()
member SendKeepAlive : unit -> bool
Return Value
Type:
Boolean
Returns true on success, otherwise false.
See Also