Click or drag to resize
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.Extensions
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool SendKeepAlive()

Return Value

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