Jaa


WebSocketClient.LastMessageSendTime Property

Definition

Gets the UTC time of the last send on this client. Made available for use when cleaning up idle clients.

public DateTime LastMessageSendTime { get; }
member this.LastMessageSendTime : DateTime
Public ReadOnly Property LastMessageSendTime As DateTime

Property Value

A DateTime representing the UTC time of the last send on this client.

Applies to