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(Int32, 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
Int32 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
Boolean

StatusCode

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

Stream

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

Methods

Dispose()

Declaration
public void Dispose()

Implements

System.IDisposable
In This Article
Back to top Generated by DocFX