Class WebSocketFrameReceivedEventArgs
WebSocketFrameReceived
public sealed class WebSocketFrameReceivedEventArgs : EventArgs
- Inheritance
-
WebSocketFrameReceivedEventArgs
- 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 WebSocketFrame Response { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }