Результаты поиска для

    Show / Hide Table of Contents

    Class FileResponse

    Inheritance
    System.Object
    FileResponse
    Namespace: FastReport.Cloud
    Assembly: FastReport.Cloud.SDK.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

    Headers

    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
    public void Dispose()
    Вверх © 1998-2025 ООО «Быстрые отчеты»