Show / Hide Table of Contents

    Class FileResponse

    Inheritance
    System.Object
    FileResponse
    Implements
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.AVACloud.Client
    Assembly: Dangl.AVACloud.Client.dll
    Syntax
    public class FileResponse : IDisposable

    Constructors

    | Improve this Doc View Source

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

    Declaration
    public FileResponse(int statusCode, Dictionary<string, IEnumerable<string>> headers, Stream stream, IDisposable client, IDisposable response)
    Parameters
    Type Name Description
    System.Int32 statusCode
    System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.IEnumerable<System.String>> headers
    System.IO.Stream stream
    System.IDisposable client
    System.IDisposable response

    Properties

    | Improve this Doc View Source

    Headers

    Declaration
    public Dictionary<string, IEnumerable<string>> Headers { get; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.IEnumerable<System.String>>
    | Improve this Doc View Source

    IsPartial

    Declaration
    public bool IsPartial { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    StatusCode

    Declaration
    public int StatusCode { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Stream

    Declaration
    public Stream Stream { get; }
    Property Value
    Type Description
    System.IO.Stream

    Methods

    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top © Dangl IT GmbH