Class DirectTCPSocketOptions
public sealed record DirectTCPSocketOptions : IEquatable<DirectTCPSocketOptions>
- Inheritance
-
DirectTCPSocketOptions
- Implements
- Inherited Members
Constructors
DirectTCPSocketOptions(bool)
public DirectTCPSocketOptions(bool NoDelay)
Parameters
NoDelayboolTCP_NODELAY option
Properties
DnsQueryType
public DirectSocketDnsQueryType? DnsQueryType { get; init; }
Property Value
KeepAliveDelay
Expected to be unsigned integer.
public double? KeepAliveDelay { get; init; }
Property Value
NoDelay
TCP_NODELAY option
public bool NoDelay { get; init; }
Property Value
ReceiveBufferSize
Expected to be unsigned integer.
public double? ReceiveBufferSize { get; init; }
Property Value
SendBufferSize
Expected to be unsigned integer.
public double? SendBufferSize { get; init; }