WebSocketClient.LastMessageSendTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.