Class FileResponse
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
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()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
Implements