Table of Contents

Class WebSocketHandshakeResponseReceivedEventArgs

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

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

string

Response

WebSocket response data.

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

Property Value

WebSocketResponse

Timestamp

Timestamp.

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

Property Value

double