Overload List
| Name | Description | |
|---|---|---|
| BeginGetFile(String, Stream, AsyncCallback, Object) |
Begins asynchronous GetFile operation.
Downloads the remote file to the data stream.
| |
| BeginGetFile(String, String, AsyncCallback, Object) |
Begins asynchronous GetFile operation.
Downloads the remote file to the local file.
| |
| BeginGetFile(String, Stream, Int64, AsyncCallback, Object) |
Begins asynchronous GetFile operation.
Downloads the remote file to the data stream.
| |
| BeginGetFile(String, String, Int64, Int64, AsyncCallback, Object) |
Begins asynchronous GetFile operation.
Downloads the remote file to the local file.
|