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?
MulticastAllowAddressSharing
multicastAllowAddressSharing
[JsonPropertyName("multicastAllowAddressSharing")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? MulticastAllowAddressSharing { get; set; }
Property Value
- bool?
MulticastLoopback
multicastLoopback
[JsonPropertyName("multicastLoopback")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? MulticastLoopback { get; set; }
Property Value
- bool?
MulticastTimeToLive
multicastTimeToLive
[JsonPropertyName("multicastTimeToLive")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? MulticastTimeToLive { 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; }