Class DirectTCPSocketOptions
DirectTCPSocketOptions
public sealed class DirectTCPSocketOptions
- Inheritance
-
DirectTCPSocketOptions
- Inherited Members
Properties
DnsQueryType
dnsQueryType
[JsonPropertyName("dnsQueryType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public DirectSocketDnsQueryType? DnsQueryType { get; set; }
Property Value
KeepAliveDelay
keepAliveDelay
[JsonPropertyName("keepAliveDelay")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? KeepAliveDelay { get; set; }
Property Value
NoDelay
noDelay
[JsonPropertyName("noDelay")]
public bool NoDelay { get; set; }
Property Value
ReceiveBufferSize
receiveBufferSize
[JsonPropertyName("receiveBufferSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? ReceiveBufferSize { get; set; }
Property Value
SendBufferSize
sendBufferSize
[JsonPropertyName("sendBufferSize")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? SendBufferSize { get; set; }