Class WebSocketHandshakeResponseReceivedEventArgs
WebSocketHandshakeResponseReceived
public sealed class WebSocketHandshakeResponseReceivedEventArgs : EventArgs
- Inheritance
-
WebSocketHandshakeResponseReceivedEventArgs
- Inherited Members
Properties
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
Response
Gets or sets the response
[JsonPropertyName("response")]
public WebSocketResponse Response { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }