UdpClient Constructor
.NET Framework (current version)
Initializes a new instance of the UdpClient class.
Assembly: System (in System.dll)
| 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(Int32, AddressFamily) | 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(String^, Int32) | Initializes a new instance of the UdpClient class and establishes a default remote host. |
Show:
