Socket.CancelConnectAsync Method
Cancels an asynchronous request for a remote host connection.
Assembly: System (in System.dll)
Parameters
- e
- Type: System.Net.Sockets.SocketAsyncEventArgs
The System.Net.Sockets.SocketAsyncEventArgs object used to request the connection to the remote host by calling one of the ConnectAsync methods.
| Exception | Condition |
|---|---|
| ArgumentNullException |
The e parameter cannot be null and the SocketAsyncEventArgs.RemoteEndPoint cannot be null. |
| SocketException |
An error occurred when attempting to access the socket. |
| ObjectDisposedException |
The Socket has been closed. |
| SecurityException |
A caller higher in the call stack does not have permission for the requested operation. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, 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.