Table of Contents

Class DirectUDPSocketOptions

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

DirectUDPSocketOptions

public sealed class DirectUDPSocketOptions
Inheritance
DirectUDPSocketOptions
Inherited Members

Properties

DnsQueryType

dnsQueryType

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

Property Value

DirectSocketDnsQueryType?

LocalAddr

localAddr

[JsonPropertyName("localAddr")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? LocalAddr { get; set; }

Property Value

string

LocalPort

localPort

[JsonPropertyName("localPort")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? LocalPort { get; set; }

Property Value

long?

ReceiveBufferSize

receiveBufferSize

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

Property Value

double?

RemoteAddr

remoteAddr

[JsonPropertyName("remoteAddr")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? RemoteAddr { get; set; }

Property Value

string

RemotePort

remotePort

[JsonPropertyName("remotePort")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? RemotePort { get; set; }

Property Value

long?

SendBufferSize

sendBufferSize

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

Property Value

double?