Class DirectUDPSocketOptions
public sealed record DirectUDPSocketOptions : IEquatable<DirectUDPSocketOptions>
- Inheritance
-
DirectUDPSocketOptions
- Implements
- Inherited Members
Constructors
DirectUDPSocketOptions()
public DirectUDPSocketOptions()
Properties
DnsQueryType
public DirectSocketDnsQueryType? DnsQueryType { get; init; }
Property Value
LocalAddr
public string? LocalAddr { get; init; }
Property Value
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
RemoteAddr
public string? RemoteAddr { get; init; }
Property Value
RemotePort
Unsigned int 16.
public long? RemotePort { get; init; }
Property Value
- long?
SendBufferSize
Expected to be unsigned integer.
public double? SendBufferSize { get; init; }