Rebex FTP for .NET

Ftp.EndGetRawList Method 

Ends a pending asynchronous operation.

public string[] EndGetRawList(
   IAsyncResult asyncResult
);

Parameters

asyncResult
Stores state information for this asynchronous operation as well as any user defined data.

Return Value

The array of response lines.

See Also

Ftp Class | Rebex.Net Namespace