IceVaultClient Class |
Namespace: PDTec.IceNet.Domain.VaultClient
public class IceVaultClient
The IceVaultClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | IceVaultClient | Initializes a new instance of the IceVaultClient class |
Name | Description | |
---|---|---|
![]() | LogPerformance |
Gets or sets whether performance measurement data should be written to the log.
|
![]() | SslClientCertificates |
The SSL client certificates to be used in HTTPS communication with the vault server.
|
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.) |