FileResponse¶
Namespace: IntegrationTests.ApiClient
Inheritance Object → FileResponse
Implements IDisposable
Properties¶
Headers¶
Property Value¶
IReadOnlyDictionary<String, IEnumerable<String>>
IsPartial¶
Property Value¶
StatusCode¶
Property Value¶
Stream¶
Property Value¶
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