Search Results for

    Show / Hide Table of Contents

    Class FileResponse

    Inheritance
    object
    FileResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NSwag", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    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
    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
    IReadOnlyDictionary<string, IEnumerable<string>>

    IsPartial

    Declaration
    public bool IsPartial { get; }
    Property Value
    bool

    StatusCode

    Declaration
    public int StatusCode { get; }
    Property Value
    int

    Stream

    Declaration
    public Stream Stream { get; }
    Property Value
    Stream

    Methods

    Dispose()

    Declaration
    public void Dispose()
    Implements
    IDisposable.Dispose()

    GetResponse()

    Declaration
    public IDisposable GetResponse()
    Returns
    IDisposable

    Extension Methods

    FileResponseExtensions.GetFileName(FileResponse)
    Back to top Generated by DocFX