Table of Contents

Class WebSocketHandshakeResponseReceivedEventArgs

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

WebSocketHandshakeResponseReceived

public sealed class WebSocketHandshakeResponseReceivedEventArgs : EventArgs
Inheritance
WebSocketHandshakeResponseReceivedEventArgs
Inherited Members

Properties

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string

Response

Gets or sets the response

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

Property Value

WebSocketResponse

Timestamp

Gets or sets the timestamp

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

Property Value

double