Overload List
Name | Description | |
---|---|---|
Upload(String, String, Boolean) |
This function uploads the given file to the vc. The local file in its entirety will be uploaded. The destination stream will be
created during this operation and cannot exist prior to upload.
| |
Upload(array<Byte>[]()[][], String, Boolean, TimeSpan) |
This function uploads the given byte array data to the VC. The destination stream will be
created during this operation and cannot exist prior to upload.
| |
Upload(String, String, Boolean, TimeSpan) |
This function uploads the given file to the vc. The local file in its entirety will be uploaded. The destination stream will be
created during this operation and cannot exist prior to upload.
| |
Upload(String, String, Boolean, TimeSpan, Boolean) |
This function uploads the given file to the vc. The local file in its entirety will be uploaded. The destination stream will be
created during this operation and cannot exist prior to upload.
| |
Upload(String, String, Int64, Int64, Boolean) |
This function uploads the given file to the vc. The data will be read from the local file starting
at offset and the number of bytes appended will be equal to length. The destination stream will be
created during this operation and cannot exist prior to upload.
| |
Upload(String, String, Int64, Int64, Boolean, TimeSpan, Boolean) |
This function uploads the given file to the vc. The data will be read from the local file starting
at offset and the number of bytes appended will be equal to length. The destination stream will be
created during this operation and cannot exist prior to upload.
|