Table of Contents

Class DirectUDPSocketOptions

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

Constructors

DirectUDPSocketOptions()

public DirectUDPSocketOptions()

Properties

DnsQueryType

public DirectSocketDnsQueryType? DnsQueryType { get; init; }

Property Value

DirectSocketDnsQueryType?

LocalAddr

public string? LocalAddr { get; init; }

Property Value

string

LocalPort

Unsigned int 16.

public long? LocalPort { get; init; }

Property Value

long?

MulticastAllowAddressSharing

public bool? MulticastAllowAddressSharing { get; init; }

Property Value

bool?

MulticastLoopback

public bool? MulticastLoopback { get; init; }

Property Value

bool?

MulticastTimeToLive

Unsigned int 8.

public long? MulticastTimeToLive { get; init; }

Property Value

long?

ReceiveBufferSize

Expected to be unsigned integer.

public double? ReceiveBufferSize { get; init; }

Property Value

double?

RemoteAddr

public string? RemoteAddr { get; init; }

Property Value

string

RemotePort

Unsigned int 16.

public long? RemotePort { get; init; }

Property Value

long?

SendBufferSize

Expected to be unsigned integer.

public double? SendBufferSize { get; init; }

Property Value

double?