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.ExtensionsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool SendKeepAlive(
out Transaction transaction
)
Public Function SendKeepAlive (
<OutAttribute> ByRef transaction As Transaction
) As Boolean
public:
bool SendKeepAlive(
[OutAttribute] Transaction^% transaction
)
member SendKeepAlive :
transaction : Transaction byref -> bool
Parameters
- transaction
- Type: StreamCoders.RtspTransaction
Return Value
Type:
Boolean
Returns true on success, otherwise false.
See Also