System.Net.Sockets.UdpClient: Property Members

The properties of System.Net.Sockets.UdpClient are listed below. For a list of all members, see the UdpClient Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
Availableint.

Gets the amount of data received from the network that is available to read.

ClientSocket.

Gets or sets the underlying network System.Net.Sockets.Socket.

DontFragmentbool.

Gets or sets a bool value that specifies whether the System.Net.Sockets.UdpClient allows Internet Protocol (IP) datagrams to be fragmented.

EnableBroadcastbool.

Gets or sets a bool value that specifies whether the System.Net.Sockets.UdpClient may send or receive broadcast packets.

ExclusiveAddressUsebool.

Gets or sets a bool value that specifies whether the System.Net.Sockets.UdpClient allows only one client to use a port.

MulticastLoopbackbool.

Gets or sets a bool value that specifies whether outgoing multicast packets are delivered to the sending application.

Ttlshort.

Gets or sets a value that specifies the Time to Live (TTL) value of Internet Protocol (IP) packets sent by the System.Net.Sockets.UdpClient.

Protected Properties

Activebool.

Gets or sets a value indicating whether a default remote host has been established.