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
intheaders
IReadOnlyDictionary<string, IEnumerable<string>>stream
Streamclient
IDisposableresponse
IDisposable
Properties
Headers
public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }
Property Value
IsPartial
public bool IsPartial { get; }
Property Value
StatusCode
public int StatusCode { get; }
Property Value
Stream
public Stream Stream { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()