Skip to content

FileResponse

Namespace: IntegrationTests.ApiClient

public class FileResponse : System.IDisposable

Inheritance ObjectFileResponse

Implements IDisposable

Properties

Headers

public IReadOnlyDictionary<String, IEnumerable<String>> Headers { get; private set; }

Property Value

IReadOnlyDictionary<String, IEnumerable<String>>

IsPartial

public bool IsPartial { get; }

Property Value

Boolean

StatusCode

public int StatusCode { get; private set; }

Property Value

Int32

Stream

public Stream Stream { get; private set; }

Property Value

Stream

Constructors

FileResponse(Int32, IReadOnlyDictionary<String, IEnumerable<String>>, Stream, IDisposable, IDisposable)

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

Parameters

statusCode Int32

headers IReadOnlyDictionary<String, IEnumerable<String>>

stream Stream

client IDisposable

response IDisposable

Methods

Dispose()

public void Dispose()