ComponentSpace FTP Class Library Reference

FtpClient.BeginConnect Method

Initiates an asynchronous connect as an anonymous user.

Overload List

Initiates an asynchronous connect as an anonymous user.

public IAsyncResult BeginConnect(string);

Initiates an asynchronous connect using the specified port.

public IAsyncResult BeginConnect(string,int,string,string);

Initiates an asynchronous connect using the specified port and that has a specified state object.

public IAsyncResult BeginConnect(string,int,string,string,object);

Initiates an asynchronous connect using the specified port and that has a specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.

public IAsyncResult BeginConnect(string,int,string,string,object,AsyncCallback);

Initiates an asynchronous connect using the specified port.

public IAsyncResult BeginConnect(string,int,string,string,string);

Initiates an asynchronous connect using the specified port and that has a specified state object.

public IAsyncResult BeginConnect(string,int,string,string,string,object);

Initiates an asynchronous connect using the specified port and that has a specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.

public IAsyncResult BeginConnect(string,int,string,string,string,object,AsyncCallback);

Initiates an asynchronous connect using the default command port 21.

public IAsyncResult BeginConnect(string,string,string);

Initiates an asynchronous connect using the default command port 21 and that has a specified state object.

public IAsyncResult BeginConnect(string,string,string,object);

Initiates an asynchronous connect using the default command port 21 and that has a specified state object. This overload receives notification, through a callback, of the identity of the event handler for this operation.

public IAsyncResult BeginConnect(string,string,string,object,AsyncCallback);

See Also

FtpClient Class | ComponentSpace.Ftp Namespace