Table of Contents

Class DirectTCPSocketClosedEventArgs

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

DirectTCPSocketClosed

public sealed class DirectTCPSocketClosedEventArgs : EventArgs
Inheritance
DirectTCPSocketClosedEventArgs
Inherited Members

Properties

Identifier

Gets or sets the identifier

[JsonPropertyName("identifier")]
public string Identifier { get; set; }

Property Value

string

Timestamp

Gets or sets the timestamp

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

Property Value

double