Rebex SFTP for .NET

ProxySocket.EndListen Method 

Ends an asynchronous request to listen for an incoming connection.

public IPEndPoint EndListen(
   IAsyncResult asyncResult
);

Parameters

asyncResult
Stores state information for this asynchronous operation as well as any user defined data.

Return Value

The endpoint to which a connection from a remote host can be made.

Remarks

The EndListen method completes a request to listen for a connection that was started with the BeginListen method.

See Also

ProxySocket Class | Rebex.Net Namespace