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: 7.0.0.0 (7.0.6906.26599)
Syntaxpublic 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