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

Class DirectTCPSocketOptions

Namespace
OpenQA.Selenium.DevTools.V136.Network
Assembly
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

keepAliveDelay

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

Property Value

double?

NoDelay

noDelay

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

Property Value

bool

ReceiveBufferSize

receiveBufferSize

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

Property Value

double?

SendBufferSize

sendBufferSize

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

Property Value

double?