Click or drag to resize

IVaultProtocol Methods

The IVaultProtocol type exposes the following members.

Methods
  NameDescription
Public methodAppendFileContent
Appends binary content to a file.
Public methodCreateFileContent
Creates a new file content by sending the binary content in a single chunk.
Public methodCreateFileContentPartCancel
Cancels the file content creation process.
Public methodCreateFileContentPartComplete
Completes the file content creation process.
Public methodCreateFileContentPartContinue
Continues the file content creation process by sequentially providing a chunk of binary data.
Public methodCreateFileContentPartStart
Initiates a file content creation process.
Public methodDeleteFileContent
Deletes a file content.
Public methodGetFileContentSize
Retrieves the content file size.
Public methodRetrieveFileContent
Retrieves the file content.
Public methodRetrieveFileContentPart
Retrieves a segment of the file content.
Top
See Also