Table of Contents

Class FileResponse

Namespace
PommaLabs.Thumbnailer.Client.Core
Assembly
PommaLabs.Thumbnailer.Client.dll
public class FileResponse : IDisposable
Inheritance
FileResponse
Implements
Inherited Members

Constructors

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

public FileResponse(int statusCode, IReadOnlyDictionary<string, IEnumerable<string>> headers, Stream stream, IDisposable client, IDisposable response)

Parameters

statusCode int
headers IReadOnlyDictionary<string, IEnumerable<string>>
stream Stream
client IDisposable
response IDisposable

Properties

Headers

public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }

Property Value

IReadOnlyDictionary<string, IEnumerable<string>>

IsPartial

public bool IsPartial { get; }

Property Value

bool

StatusCode

public int StatusCode { get; }

Property Value

int

Stream

public Stream Stream { get; }

Property Value

Stream

Methods

Dispose()

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

public void Dispose()