Click or drag to resize

TcpTextClientEndConnect Method

Ends a pending asynchronous connection request.

Namespace: Limilabs.FTP.Client
Assembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntax
public void EndConnect(
	IAsyncResult result
)

Parameters

result  IAsyncResult
Object that stores state information and any user defined data for this asynchronous operation.
See Also