Rebex FTP/SSL for .NET

Ftp.BeginReadResponse Method 

Returns the server response.

public IAsyncResult BeginReadResponse(
   AsyncCallback callback,
   object state
);

Parameters

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.

Remarks

Must be preceeded by a call to SendCommand method or BeginSendCommand/EndSendCommand method pair.

Use ReadResponse or BeginReadResponse and SendCommand or BeginSendCommand to implement various custom USER commands.

See Also

Ftp Class | Rebex.Net Namespace