Dart.Sockets Namespace : UdpSocketOption Class |
The following tables list the members exposed by UdpSocketOption.
Name | Description | |
---|---|---|
![]() | AllowBroadcast | Gets or sets the ability to send broadcast messages on the socket. |
![]() | ExclusiveAddressUse | When set to true, forbids multiple socket bindings to the same address. |
![]() | MulticastInterface | Gets or sets the host interface to use when sending multicast datagrams. |
![]() | MulticastTimeToLive | Gets or sets the IP multicast time-to-live used when datagrams are sent to multicast addresses. |
![]() | ReceiveBufferSize | Gets or sets a value that specifies the size of the system receive buffer. (Inherited from Dart.Sockets.SocketOption) |
![]() | ReceiveTimeout | 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) |
![]() | 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.Sockets.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.Sockets.SocketOption) |