Table of Contents

Class DirectTCPSocketOptions

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record DirectTCPSocketOptions : IEquatable<DirectTCPSocketOptions>
Inheritance
DirectTCPSocketOptions
Implements
Inherited Members

Constructors

DirectTCPSocketOptions(bool)

public DirectTCPSocketOptions(bool NoDelay)

Parameters

NoDelay bool

TCP_NODELAY option

Properties

DnsQueryType

public DirectSocketDnsQueryType? DnsQueryType { get; init; }

Property Value

DirectSocketDnsQueryType?

KeepAliveDelay

Expected to be unsigned integer.

public double? KeepAliveDelay { get; init; }

Property Value

double?

NoDelay

TCP_NODELAY option

public bool NoDelay { get; init; }

Property Value

bool

ReceiveBufferSize

Expected to be unsigned integer.

public double? ReceiveBufferSize { get; init; }

Property Value

double?

SendBufferSize

Expected to be unsigned integer.

public double? SendBufferSize { get; init; }

Property Value

double?