UdpClient Constructor
.NET Framework 4
Initializes a new instance of the UdpClient class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
UdpClient() | Initializes a new instance of the UdpClient class. |
|
UdpClient(AddressFamily) | Initializes a new instance of the UdpClient class. |
|
UdpClient(Int32) | Initializes a new instance of the UdpClient class and binds it to the local port number provided. |
|
UdpClient(IPEndPoint) | Initializes a new instance of the UdpClient class and binds it to the specified local endpoint. |
|
UdpClient(Int32, AddressFamily) | Initializes a new instance of the UdpClient class and binds it to the local port number provided. |
|
UdpClient(String, Int32) | Initializes a new instance of the UdpClient class and establishes a default remote host. |