Click or drag to resize

IceVaultClientCreateFileContent Method

Creates file content on the vault server by uploading the binary content from the inputStream.

Namespace:  PDTec.IceNet.Domain.VaultClient
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.0.0.0 (7.0.6906.26599)
Syntax
C#
public void CreateFileContent(
	string createUrl,
	string appendUrl,
	int maxRequestSize,
	Stream inputStream
)

Parameters

createUrl
Type: SystemString
The URL to upload the initial chunk of data on the vault server.
appendUrl
Type: SystemString
The URL to upload subsequent chunks of data on the vault server.
maxRequestSize
Type: SystemInt32
The maximum upload chunk size.
inputStream
Type: System.IOStream
The stream to read the file content from.
See Also