Show / Hide Table of Contents
Editar no GitHub

Class TemporaryDownloadLink

Inheritance
Object
TemporaryDownloadLink
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.RestPki.Client
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
public Uri Url { get; }
Property Value
Type Description
Uri

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
Type Description
Task
| Improve this Doc View Source

GetStream()

Declaration
[Obsolete]
public Stream GetStream()
Returns
Type Description
Stream
| Improve this Doc View Source

GetStreamAsync()

Declaration
[Obsolete]
public Task<Stream> GetStreamAsync()
Returns
Type Description
Task<Stream>
| 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
Type Description
Task
Back to top Copyright © 2015-2020 Lacuna Software