Ends a pending asynchronous connection request.
[Visual Basic]Overloads Public Sub EndConnect( _
ByVal asyncResult As System.IAsyncResult _
)
[C#]
public void EndConnect(
IAsyncResult asyncResult
);
Parameters
- asyncResult
- Stores state information for this asynchronous operation as well as any user-defined data.
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentNullException | The asyncResult parameter is a null reference (Nothing in Visual Basic). |
System.ArgumentException | The asyncResult parameter was not returned by a call to the BeginConnect method. |
System.Net.Sockets.SocketException | An operating system error occurs while accessing the Socket. |
System.ObjectDisposedException | The Socket has been closed. |
System.InvalidOperationException | EndConnect was previously called for the asynchronous connection. |
Org.Mentalis.Network.ProxySocket.ProxyException | The proxy server refused the connection. |
See Also
ProxySocket Class | ProxySocket Members | Org.Mentalis.Network.ProxySocket Namespace | ProxySocket.EndConnect Overload List
Ends a pending asynchronous connection request.
[Visual Basic]
Overloads Public Sub EndConnect( _
ByVal asyncResult As System.IAsyncResult _
)
[C#]
public void EndConnect(
IAsyncResult asyncResult
);
Parameters
- asyncResult
- Stores state information for this asynchronous operation as well as any user-defined data.
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentNullException | The asyncResult parameter is a null reference (Nothing in Visual Basic). |
System.ArgumentException | The asyncResult parameter was not returned by a call to the BeginConnect method. |
System.Net.Sockets.SocketException | An operating system error occurs while accessing the Socket. |
System.ObjectDisposedException | The Socket has been closed. |
System.InvalidOperationException | EndConnect was previously called for the asynchronous connection. |
Org.Mentalis.Network.ProxySocket.ProxyException | The proxy server refused the connection. |
See Also
ProxySocket Class | ProxySocket Members | Org.Mentalis.Network.ProxySocket Namespace | ProxySocket.EndConnect Overload List