Class TemporaryDownloadLink
Inheritance
TemporaryDownloadLink
Assembly: Lacuna.RestPki.Client.dll
Syntax
[Obsolete]
public class TemporaryDownloadLink
Constructors
|
Improve this Doc
View Source
TemporaryDownloadLink(String)
Declaration
[Obsolete]
public TemporaryDownloadLink(string url)
Parameters
| Type |
Name |
Description |
| String |
url |
|
Properties
|
Improve this Doc
View Source
Url
Declaration
Property Value
Methods
|
Improve this Doc
View Source
CopyTo(Stream)
Declaration
[Obsolete]
public void CopyTo(Stream outStream)
Parameters
| Type |
Name |
Description |
| Stream |
outStream |
|
|
Improve this Doc
View Source
CopyToAsync(Stream)
Declaration
[Obsolete]
public Task CopyToAsync(Stream outStream)
Parameters
| Type |
Name |
Description |
| Stream |
outStream |
|
Returns
|
Improve this Doc
View Source
GetStream()
Declaration
[Obsolete]
public Stream GetStream()
Returns
|
Improve this Doc
View Source
GetStreamAsync()
Declaration
[Obsolete]
public Task<Stream> GetStreamAsync()
Returns
|
Improve this Doc
View Source
Save(String)
Declaration
[Obsolete]
public void Save(string path)
Parameters
| Type |
Name |
Description |
| String |
path |
|
|
Improve this Doc
View Source
SaveAsync(String)
Declaration
[Obsolete]
public Task SaveAsync(string path)
Parameters
| Type |
Name |
Description |
| String |
path |
|
Returns