PowerTCP Mail for .NET
SocketOption Class Members
Properties 


The following tables list the members exposed by SocketOption.

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.  
Public PropertyReceiveBufferSize Gets or sets a value that specifies the size of the system receive buffer.  
Public PropertyReceiveTimeout Gets or sets a value that specifies the amount of time after which the underlying 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.  
Public PropertySendBufferSize Gets or sets a value that specifies the size of the system send buffer.  
Public PropertySendTimeout Gets or sets a value that specifies the amount of time after which the underlying Socket Send call will time out.  
Top
See Also

Reference

SocketOption Class
Dart.Mail Namespace


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