Click or drag to resize
RtspSessionSendKeepAlive Method (Transaction)
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(
	out Transaction transaction
)

Parameters

transaction
Type: StreamCoders.RtspTransaction

Return Value

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