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: 6.0.0.0 (6.0.6225.27214)
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
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 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
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