Table of Contents

Class DirectTCPSocketOptions

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

DirectTCPSocketOptions

public sealed class DirectTCPSocketOptions
Inheritance
DirectTCPSocketOptions
Inherited Members

Properties

DnsQueryType

dnsQueryType

[JsonPropertyName("dnsQueryType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public DirectSocketDnsQueryType? DnsQueryType { get; set; }

Property Value

DirectSocketDnsQueryType?

KeepAliveDelay

Expected to be unsigned integer.

[JsonPropertyName("keepAliveDelay")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? KeepAliveDelay { get; set; }

Property Value

double?

NoDelay

TCP_NODELAY option

[JsonPropertyName("noDelay")]
public bool NoDelay { get; set; }

Property Value

bool

ReceiveBufferSize

Expected to be unsigned integer.

[JsonPropertyName("receiveBufferSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? ReceiveBufferSize { get; set; }

Property Value

double?

SendBufferSize

Expected to be unsigned integer.

[JsonPropertyName("sendBufferSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? SendBufferSize { get; set; }

Property Value

double?