Overload List
Name | Description | |
---|---|---|
GetFile(String, Stream) |
Downloads the remote file to the data stream.
| |
GetFile(String, String) |
Downloads the remote file to the local file, overriding it if it already exists.
| |
GetFile(String, Stream, Int64, Int64) |
Downloads the specified part of the remote file to the data stream.
| |
GetFile(String, String, Int64, Int64, Int64) |
Downloads the specified part of the remote file to the specified offset of the local file.
|