UdpClient Constructor
Initializes a new instance of the UdpClient class.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| SocketException |
An error occurred when accessing the socket. See the Remarks section for more information. |
This constructor creates a new UdpClient and allows the underlying service provider to assign the most appropriate local IPv4 address and port number.
Note
|
|---|
|
If you receive a SocketException, use SocketException.ErrorCode to obtain the specific error code. Once you have obtained this code, you can refer to the Windows Sockets version 2 API error code documentation in MSDN for a detailed description of the error. |
This constructor is not suitable for joining a multicast group because it does not perform socket binding. Also, it works only with IPv4 address types.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note