Table of Contents

Class WebSocketFrameReceivedEventArgs

Namespace
OpenQA.Selenium.DevTools.V147.Network
Assembly
Selenium.WebDriver.dll

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

string

Response

WebSocket response data.

[JsonPropertyName("response")]
public WebSocketFrame Response { get; set; }

Property Value

WebSocketFrame

Timestamp

Timestamp.

[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }

Property Value

double