Class DirectUDPSocketOptions
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
LocalAddr
localAddr
[JsonPropertyName("localAddr")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? LocalAddr { get; set; }
Property Value
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
RemoteAddr
remoteAddr
[JsonPropertyName("remoteAddr")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? RemoteAddr { get; set; }
Property Value
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; }