Class FileResponse
Inheritance
System.Object
FileResponse
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class FileResponse : System.IDisposable
Constructors
FileResponse(Int32, System.Collections.Generic.IReadOnlyDictionary<String, System.Collections.Generic.IEnumerable<String>>, System.IO.Stream, System.IDisposable, System.IDisposable)
Declaration
public FileResponse(int statusCode, System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IEnumerable<string>> headers, System.IO.Stream stream, System.IDisposable client, System.IDisposable response)
Parameters
Type |
Name |
Description |
System.Int32 |
statusCode |
|
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IEnumerable<System.String>> |
headers |
|
System.IO.Stream |
stream |
|
System.IDisposable |
client |
|
System.IDisposable |
response |
|
Properties
Declaration
public System.Collections.Generic.IReadOnlyDictionary<string, System.Collections.Generic.IEnumerable<string>> Headers { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IEnumerable<System.String>> |
|
IsPartial
Declaration
public bool IsPartial { get; }
Property Value
Type |
Description |
System.Boolean |
|
StatusCode
Declaration
public int StatusCode { get; }
Property Value
Type |
Description |
System.Int32 |
|
Stream
Declaration
public System.IO.Stream Stream { get; }
Property Value
Type |
Description |
System.IO.Stream |
|
Methods
Dispose()
Declaration