Search Results for

    Show / Hide Table of Contents

    Class FileResponse

    Inheritance
    object
    FileResponse
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Delivery.Client
    Assembly: Noxum.Nova.Delivery.Client.dll
    Syntax
    public class FileResponse : IDisposable

    Constructors

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

    Declaration
    public FileResponse(int statusCode, IReadOnlyDictionary<string, IEnumerable<string>> headers, Stream stream, IDisposable client, IDisposable response)
    Parameters
    Type Name Description
    int statusCode
    IReadOnlyDictionary<string, IEnumerable<string>> headers
    Stream stream
    IDisposable client
    IDisposable response

    Properties

    Headers

    Declaration
    public IReadOnlyDictionary<string, IEnumerable<string>> Headers { get; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, IEnumerable<string>>

    IsPartial

    Declaration
    public bool IsPartial { get; }
    Property Value
    Type Description
    bool

    StatusCode

    Declaration
    public int StatusCode { get; }
    Property Value
    Type Description
    int

    Stream

    Declaration
    public Stream Stream { get; }
    Property Value
    Type Description
    Stream

    Methods

    Dispose()

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

    Declaration
    public void Dispose()

    Implements

    IDisposable
    In this article
    Back to top Version 6.1.0.21rc