PowerTCP Sockets for .NET
UdpSocketOption Class Members
Properties 


The following tables list the members exposed by UdpSocketOption.

Public Properties
 NameDescription
Public PropertyAllowBroadcast Gets or sets the ability to send broadcast messages on the socket.  
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.Sockets.SocketOption)
Public PropertyMulticastInterface Gets or sets the host interface to use when sending multicast datagrams.  
Public PropertyMulticastTimeToLive Gets or sets the IP multicast time-to-live used when datagrams are sent to multicast addresses.  
Public PropertyReceiveBufferSize Gets or sets a value that specifies the size of the system receive buffer. (Inherited from Dart.Sockets.SocketOption)
Public PropertyReceiveTimeout Gets or sets a value that specifies the amount of time after which the underlying Socket.Receive call will time out. (Inherited from Dart.Sockets.SocketOption)
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.Sockets.SocketOption)
Public PropertySendBufferSize Gets or sets a value that specifies the size of the system send buffer. (Inherited from Dart.Sockets.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.Sockets.SocketOption)
Top
See Also

Reference

UdpSocketOption Class
Dart.Sockets Namespace


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