ComponentSpace FTP Class Library Reference

FtpClientComponent.BeginConnect Method ()

Initiates an asynchronous connect.

[Visual Basic]
Overloads Public Function BeginConnect() As IAsyncResult
[C#]
public IAsyncResult BeginConnect();

Return Value

The IAsyncResult that identifies the posted asynchronous request.

Remarks

In asynchronous processing, you use BeginConnect to raise the ConnectCompleted event when the connect has completed. You complete the operation by calling EndConnect.

See Also

FtpClientComponent Class | ComponentSpace.Ftp Namespace | FtpClientComponent.BeginConnect Overload List