Show / Hide Table of Contents

Class FileResponse

Inheritance
object
FileResponse
Implements
IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Repository.Client
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public class FileResponse : IDisposable

Constructors

FileResponse(int, IReadOnlyDictionary<string, IEnumerable<string>>, Stream, IDisposable, IDisposable)

Declaration
public FileResponse(int statusCode, IReadOnlyDictionary<string, IEnumerable<string>> headers, Stream stream, IDisposable client, IDisposable response)
Parameters
Type Name Description
int statusCode
IReadOnlyDictionary<string, IEnumerable<string>> headers
Stream stream
IDisposable client
IDisposable response

Properties

Headers

Declaration
public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }
Property Value
Type Description
IReadOnlyDictionary<string, IEnumerable<string>>

IsPartial

Declaration
public bool IsPartial { get; }
Property Value
Type Description
bool

StatusCode

Declaration
public int StatusCode { get; }
Property Value
Type Description
int

Stream

Declaration
public Stream Stream { get; }
Property Value
Type Description
Stream

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()

Implements

IDisposable
In this article
Back to top Generated by DocFX