UdpClient::Close Method ()
.NET Framework (current version)
Closes the UDP connection.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| SocketException | An error occurred when accessing the socket. See the Remarks section for more information. |
The Close disables the underlying Socket and releases all managed and unmanaged resources associated with the UdpClient.
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. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
