Keep alive websocket messages.

OutboundKeepAliveMessage

interface OutboundKeepAliveMessage {
    MessageId?: string;
    MessageType?: SessionMessageType;
}

Properties

MessageId?: string

Gets or sets the message id.

OutboundKeepAliveMessage

MessageType?: SessionMessageType

OutboundKeepAliveMessage