Class FileResult
Assembly: Lacuna.RestPki.Client.dll
Syntax
Methods
|
Improve this Doc
View Source
GetContent()
Declaration
public byte[] GetContent()
Returns
|
Improve this Doc
View Source
GetContentAsync()
Declaration
public Task<byte[]> GetContentAsync()
Returns
|
Improve this Doc
View Source
OpenRead()
Declaration
Returns
|
Improve this Doc
View Source
OpenReadAsync()
Declaration
public Task<Stream> OpenReadAsync()
Returns
|
Improve this Doc
View Source
WriteTo(Stream)
Declaration
public void WriteTo(Stream outStream)
Parameters
| Type |
Name |
Description |
| Stream |
outStream |
|
|
Improve this Doc
View Source
WriteToAsync(Stream)
Declaration
public Task WriteToAsync(Stream outStream)
Parameters
| Type |
Name |
Description |
| Stream |
outStream |
|
Returns
|
Improve this Doc
View Source
WriteToFile(String)
Declaration
public void WriteToFile(string path)
Parameters
| Type |
Name |
Description |
| String |
path |
|
|
Improve this Doc
View Source
WriteToFileAsync(String)
Declaration
public Task WriteToFileAsync(string path)
Parameters
| Type |
Name |
Description |
| String |
path |
|
Returns