Click or drag to resize

IceVaultClient Class

Performs HTTP/S-based file content transfer tasks.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Domain.VaultClientIceVaultClient

Namespace:  PDTec.IceNet.Domain.VaultClient
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public class IceVaultClient

The IceVaultClient type exposes the following members.

Constructors
  NameDescription
Public methodIceVaultClient
Initializes a new instance of the IceVaultClient class
Top
Properties
  NameDescription
Public propertyLogPerformance
Gets or sets whether performance measurement data should be written to the log.
Public propertySslClientCertificates
The SSL client certificates to be used in HTTPS communication with the vault server.
Top
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