Class WebSocketFrameErrorEventArgs
WebSocketFrameError
public sealed class WebSocketFrameErrorEventArgs : EventArgs
- Inheritance
-
WebSocketFrameErrorEventArgs
- Inherited Members
Properties
ErrorMessage
Gets or sets the errorMessage
[JsonPropertyName("errorMessage")]
public string ErrorMessage { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
Timestamp
Gets or sets the timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }