Click or drag to resize
IceVaultClientReadFileContent Method
Reads file content from a vault server and writes it to outputStream.

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 void ReadFileContent(
	string url,
	Stream outputStream
)

Parameters

url
Type: SystemString
The URL to read the frile content from the vault server.
outputStream
Type: System.IOStream
The stream to write the content to.
See Also