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

Class DirectTCPSocketCreatedEventArgs

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

DirectTCPSocketCreated

public sealed class DirectTCPSocketCreatedEventArgs : EventArgs
Inheritance
DirectTCPSocketCreatedEventArgs
Inherited Members

Properties

Identifier

Gets or sets the identifier

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

Property Value

string

Initiator

Gets or sets the initiator

[JsonPropertyName("initiator")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Initiator? Initiator { get; set; }

Property Value

Initiator

Options

Gets or sets the options

[JsonPropertyName("options")]
public DirectTCPSocketOptions Options { get; set; }

Property Value

DirectTCPSocketOptions

RemoteAddr

Gets or sets the remoteAddr

[JsonPropertyName("remoteAddr")]
public string RemoteAddr { get; set; }

Property Value

string

RemotePort

Gets or sets the remotePort

[JsonPropertyName("remotePort")]
public long RemotePort { get; set; }

Property Value

long

Timestamp

Gets or sets the timestamp

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

Property Value

double