Table of Contents

Class WebSocketClosedEventArgs

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

WebSocketClosed

public sealed class WebSocketClosedEventArgs : EventArgs
Inheritance
WebSocketClosedEventArgs
Inherited Members

Properties

RequestId

Gets or sets the requestId

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

Property Value

string

Timestamp

Gets or sets the timestamp

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

Property Value

double