Class FileResponse
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
Properties
Declaration
public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }
Property Value
IsPartial
Declaration
public bool IsPartial { get; }
Property Value
StatusCode
Declaration
public int StatusCode { get; }
Property Value
Stream
Declaration
public Stream Stream { get; }
Property Value
Methods
Dispose()
Declaration
Implements