Class WebSocketClosedEventArgs
Fired when WebSocket is closed.
public sealed class WebSocketClosedEventArgs : EventArgs
- Inheritance
-
WebSocketClosedEventArgs
- Inherited Members
Properties
RequestId
Request identifier.
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
Timestamp
Timestamp.
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }