Rebex FTP for .NET

Ftp.BeginConnect Method (String, AsyncCallback, Object)

Connects to an FTP server.

public IAsyncResult BeginConnect(
   string serverName,
   AsyncCallback callback,
   object state
);

Parameters

serverName
The server address - either a hostname or a dotted string address.
callback
An optional asynchronous callback to be called when the operation is complete.
state
A user-provided object that identifies this particular asynchronous operation.

Return Value

An IAsyncResult that references the asynchronous operation.

See Also

Ftp Class | Rebex.Net Namespace | Ftp.BeginConnect Overload List