| IceVaultClientCreateFileContent Method  | 
            Creates file content on the vault server by uploading the binary content from the inputStream.
            
 
Namespace: PDTec.IceNet.Domain.VaultClientAssembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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