Show / Hide Table of Contents

Class FileResult

Inheritance
Object
FileResult
SignatureResult
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
public class FileResult

Methods

GetContent()

Declaration
public byte[] GetContent()
Returns
Type Description
Byte[]

GetContentAsync()

Declaration
public Task<byte[]> GetContentAsync()
Returns
Type Description
Task<Byte[]>

OpenRead()

Declaration
public Stream OpenRead()
Returns
Type Description
Stream

OpenReadAsync()

Declaration
public Task<Stream> OpenReadAsync()
Returns
Type Description
Task<Stream>

WriteTo(Stream)

Declaration
public void WriteTo(Stream outStream)
Parameters
Type Name Description
Stream outStream

WriteToAsync(Stream)

Declaration
public Task WriteToAsync(Stream outStream)
Parameters
Type Name Description
Stream outStream
Returns
Type Description
Task

WriteToFile(String)

Declaration
public void WriteToFile(string path)
Parameters
Type Name Description
String path

WriteToFileAsync(String)

Declaration
public Task WriteToFileAsync(string path)
Parameters
Type Name Description
String path
Returns
Type Description
Task
Back to top Copyright © 2015-2020 Lacuna Software