Click or drag to resize

IceVaultClient Methods

The IceVaultClient type exposes the following members.

Methods
  NameDescription
Public methodCreateFileContent(String, String, Int32, Stream, IProgressInt64)
Creates file content on the vault server by uploading the binary content from the inputStream.
Public methodCreateFileContent(String, String, Int32, Stream, CancellationToken, IProgressInt64)
Creates file content on the vault server by uploading the binary content from the inputStream.
Public methodCreateFileContentAsync(String, String, Int32, Stream, IProgressInt64)
Creates file content on the vault server by uploading the binary content from the inputStream.
Public methodCreateFileContentAsync(String, String, Int32, Stream, CancellationToken, IProgressInt64)
Creates file content on the vault server by uploading the binary content from the inputStream.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFileContentSize
Reads file size from a vault server
Public methodGetFileContentSizeAsync
Reads file size from a vault server
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadFileContent(String, Stream, IProgressInt64)
Reads file content from a vault server and writes it to outputStream.
Public methodReadFileContent(String, Stream, CancellationToken, IProgressInt64)
Reads file content from a vault server and writes it to outputStream.
Public methodReadFileContentAsync(String, Stream, IProgressInt64)
Reads file content from a vault server and writes it to outputStream.
Public methodReadFileContentAsync(String, Stream, CancellationToken, IProgressInt64)
Reads file content from a vault server and writes it to outputStream.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also