Dart.Mail Namespace : TcpSocketOption Class |
For a list of all members of this type, see TcpSocketOption members.
Name | Description | |
---|---|---|
ExclusiveAddressUse | When set to true, forbids multiple socket bindings to the same address. | |
KeepAliveInterval | The time in milliseconds between retransmission of keepalives once the KeepAliveTime has expired. | |
KeepAliveTime | The connection idle time in milliseconds before TCP will begin sending keepalives. | |
NoDelay | Gets or sets a value that disables the use of Nagle's algorithm so that data is sent immediately. | |
OutOfBandInline | Gets or sets a value that indicates whether out-of-band (urgent) data is read as normal in-line data. | |
ReceiveBufferSize | Gets or sets a value that specifies the size of the system receive buffer. (Inherited from Dart.Mail.SocketOption) | |
ReceiveTimeout | Overridden. Gets or sets a value that specifies the amount of time after which the underlying TCP Socket.Receive call will time out. | |
ReuseAddress | When set to true, allows multiple socket bindings to the same address. | |
SendBufferSize | Gets or sets a value that specifies the size of the system send buffer. (Inherited from Dart.Mail.SocketOption) | |
SendTimeout | Gets or sets a value that specifies the amount of time after which the underlying Socket Send call will time out. (Inherited from Dart.Mail.SocketOption) |