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