PowerTCP Mail for .NET
TcpSocketOption Class Members
Properties 


The following tables list the members exposed by TcpSocketOption.

Public Properties
 NameDescription
Public PropertyExclusiveAddressUseWhen set to true, forbids multiple socket bindings to the same address. Set this value to true to ensure you have exclusive use of the local endpoint. Socket.ExclusiveAddressUse is set to this value before Socket.Bind is used. (Inherited from Dart.Mail.SocketOption)
Public PropertyKeepAliveInterval The time in milliseconds between retransmission of keepalives once the KeepAliveTime has expired.  
Public PropertyKeepAliveTime The connection idle time in milliseconds before TCP will begin sending keepalives.  
Public PropertyNoDelay Gets or sets a value that disables the use of Nagle's algorithm so that data is sent immediately.  
Public PropertyOutOfBandInline Gets or sets a value that indicates whether out-of-band (urgent) data is read as normal in-line data.  
Public PropertyReceiveBufferSize Gets or sets a value that specifies the size of the system receive buffer. (Inherited from Dart.Mail.SocketOption)
Public PropertyReceiveTimeoutOverridden.  Gets or sets a value that specifies the amount of time after which the underlying TCP Socket.Receive call will time out.  
Public PropertyReuseAddressWhen set to true, allows multiple socket bindings to the same address. Set this value to true to allow multiple sockets to bind to the same local address. (Inherited from Dart.Mail.SocketOption)
Public PropertySendBufferSize Gets or sets a value that specifies the size of the system send buffer. (Inherited from Dart.Mail.SocketOption)
Public PropertySendTimeout 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)
Top
See Also

Reference

TcpSocketOption Class
Dart.Mail Namespace


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic