IceVaultClient Methods |
The IceVaultClient type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateFileContent(String, String, Int32, Stream, IProgressInt64) |
Creates file content on the vault server by uploading the binary content from the inputStream.
| |
| CreateFileContent(String, String, Int32, Stream, CancellationToken, IProgressInt64) |
Creates file content on the vault server by uploading the binary content from the inputStream.
| |
| CreateFileContentAsync(String, String, Int32, Stream, IProgressInt64) |
Creates file content on the vault server by uploading the binary content from the inputStream.
| |
| CreateFileContentAsync(String, String, Int32, Stream, CancellationToken, IProgressInt64) |
Creates file content on the vault server by uploading the binary content from the inputStream.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetFileContentSize |
Reads file size from a vault server
| |
| GetFileContentSizeAsync |
Reads file size from a vault server
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ReadFileContent(String, Stream, IProgressInt64) |
Reads file content from a vault server and writes it to outputStream.
| |
| ReadFileContent(String, Stream, CancellationToken, IProgressInt64) |
Reads file content from a vault server and writes it to outputStream.
| |
| ReadFileContentAsync(String, Stream, IProgressInt64) |
Reads file content from a vault server and writes it to outputStream.
| |
| ReadFileContentAsync(String, Stream, CancellationToken, IProgressInt64) |
Reads file content from a vault server and writes it to outputStream.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |