Class WebSocketHandshakeResponseReceivedEventArgs
Fired when WebSocket handshake response becomes available.
public sealed class WebSocketHandshakeResponseReceivedEventArgs : EventArgs
- Inheritance
-
WebSocketHandshakeResponseReceivedEventArgs
- Inherited Members
Properties
RequestId
Request identifier.
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
Response
WebSocket response data.
[JsonPropertyName("response")]
public WebSocketResponse Response { get; set; }
Property Value
Timestamp
Timestamp.
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }