The IVaultUrlBuilder type exposes the following members.
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | AppendFileContent |
Appends binary content to a file.
(Inherited from IVaultProtocol.) |
![Public method Public method](../icons/pubmethod.gif) | BuildAppendUrl | |
![Public method Public method](../icons/pubmethod.gif) | BuildDeleteUrl | |
![Public method Public method](../icons/pubmethod.gif) | BuildDownloadUrl(Boolean, String, Int64, Int32, DateTime) | |
![Public method Public method](../icons/pubmethod.gif) | BuildDownloadUrl(Boolean, String, DateTime, String, String, String) | |
![Public method Public method](../icons/pubmethod.gif) | BuildDownloadUrlInfo | |
![Public method Public method](../icons/pubmethod.gif) | BuildUploadUrl | |
![Public method Public method](../icons/pubmethod.gif) | BuildUploadUrlInfo | |
![Public method Public method](../icons/pubmethod.gif) | BuildUrl(String, String, DateTime) | Obsolete. |
![Public method Public method](../icons/pubmethod.gif) | BuildUrl(Boolean, String, String, DateTime) | Obsolete. |
![Public method Public method](../icons/pubmethod.gif) | BuildUrl(String, String, Int64, Int32, DateTime) | Obsolete. |
![Public method Public method](../icons/pubmethod.gif) | BuildUrl(String, String, String, String, DateTime) | Obsolete. |
![Public method Public method](../icons/pubmethod.gif) | BuildUrl(Boolean, String, String, Int64, Int32, DateTime) | Obsolete. |
![Public method Public method](../icons/pubmethod.gif) | BuildUrl(Boolean, String, String, String, String, DateTime) | Obsolete. |
![Public method Public method](../icons/pubmethod.gif) | BuildUrl(String, String, String, String, String, DateTime) | Obsolete. |
![Public method Public method](../icons/pubmethod.gif) | BuildUrl(Boolean, String, String, String, String, String, DateTime) | Obsolete. |
![Public method Public method](../icons/pubmethod.gif) | CreateFileContent |
Creates a new file content by sending the binary content in a single chunk.
(Inherited from IVaultProtocol.) |
![Public method Public method](../icons/pubmethod.gif) | CreateFileContentPartCancel |
Cancels the file content creation process.
(Inherited from IVaultProtocol.) |
![Public method Public method](../icons/pubmethod.gif) | CreateFileContentPartComplete |
Completes the file content creation process.
(Inherited from IVaultProtocol.) |
![Public method Public method](../icons/pubmethod.gif) | CreateFileContentPartContinue |
Continues the file content creation process by sequentially providing a chunk of binary data.
(Inherited from IVaultProtocol.) |
![Public method Public method](../icons/pubmethod.gif) | CreateFileContentPartStart |
Initiates a file content creation process.
(Inherited from IVaultProtocol.) |
![Public method Public method](../icons/pubmethod.gif) | DeleteFileContent |
Deletes a file content.
(Inherited from IVaultProtocol.) |
![Public method Public method](../icons/pubmethod.gif) | GetFileContentSize |
Retrieves the content file size.
(Inherited from IVaultProtocol.) |
![Public method Public method](../icons/pubmethod.gif) | RetrieveFileContent |
Retrieves the file content.
(Inherited from IVaultProtocol.) |
![Public method Public method](../icons/pubmethod.gif) | RetrieveFileContentPart |
Retrieves a segment of the file content.
(Inherited from IVaultProtocol.) |
Top
See Also