UdpClient Properties
.NET Framework 4
The UdpClient type exposes the following members.
| Name | Description | |
|---|---|---|
|
Active | Gets or sets a value indicating whether a default remote host has been established. |
|
Available | Gets the amount of data received from the network that is available to read. |
|
Client | Gets or sets the underlying network Socket. |
|
DontFragment | Gets or sets a Boolean value that specifies whether the UdpClient allows Internet Protocol (IP) datagrams to be fragmented. |
|
EnableBroadcast | Gets or sets a Boolean value that specifies whether the UdpClient may send or receive broadcast packets. |
|
ExclusiveAddressUse | Gets or sets a Boolean value that specifies whether the UdpClient allows only one client to use a port. |
|
MulticastLoopback | Gets or sets a Boolean value that specifies whether outgoing multicast packets are delivered to the sending application. |
|
Ttl | Gets or sets a value that specifies the Time to Live (TTL) value of Internet Protocol (IP) packets sent by the UdpClient. |