IceVaultClientReadFileContentAsync Method (String, Stream, IProgressInt64) |
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.2.0.0 (7.2.7583.15464)
Syntax public Task ReadFileContentAsync(
string url,
Stream outputStream,
IProgress<long> progress = null
)
Parameters
- url
- Type: SystemString
The URL to read the file content from the vault server. - outputStream
- Type: System.IOStream
The stream to write the content to. - progress (Optional)
- Type: SystemIProgressInt64
The progress callback handler.
Return Value
Type:
TaskSee Also