Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class DirectTCPSocketAbortedEventArgs

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

DirectTCPSocketAborted

public sealed class DirectTCPSocketAbortedEventArgs : EventArgs
Inheritance
DirectTCPSocketAbortedEventArgs
Inherited Members

Properties

ErrorMessage

Gets or sets the errorMessage

[JsonPropertyName("errorMessage")]
public string ErrorMessage { get; set; }

Property Value

string

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