Overload List
Name | Description | |
---|---|---|
Download(String, String, Boolean, Boolean) |
This function downloads a stream on the virtual cluster to the local machine. The download will copy the entire
stream, from the beginning to end.
| |
Download(String, String, Boolean, DownloadMode) |
This function downloads a stream on the virtual cluster to the local machine. The download will copy the entire
stream, from the beginning to end.
| |
Download(String, String, Int64, Boolean, Boolean) |
This function downloads a stream on the virtual cluster to the local machine. The download will start at the specified
offset and copy until the end of the stream.
| |
Download(String, String, Int64, Boolean, DownloadMode) |
This function downloads a stream on the virtual cluster to the local machine. The download will start at the specified
offset and copy until the end of the stream.
| |
Download(String, String, Int64, Int64, Boolean, Boolean) |
This function downloads a stream on the virtual cluster to the local machine. The download will start at the specified
offset and copy "length" number of bytes.
| |
Download(String, String, Int64, Int64, Boolean, DownloadMode) |
This function downloads a stream on the virtual cluster to the local machine. The download will start at the specified
offset and copy "length" number of bytes.
|