Inttegro .NET SDK
Search Results for

    Show / Hide Table of Contents

    Class FileDownload

    Inheritance
    object
    FileDownload
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Inttegro
    Assembly: Inttegro.dll
    Syntax
    public sealed class FileDownload

    Constructors

    | Edit this page View Source

    FileDownload(byte[], string?)

    Declaration
    public FileDownload(byte[] data, string? contentType = null)
    Parameters
    Type Name Description
    byte[] data
    string contentType

    Properties

    | Edit this page View Source

    ContentType

    Declaration
    public string? ContentType { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Data

    Declaration
    public byte[] Data { get; }
    Property Value
    Type Description
    byte[]

    Methods

    | Edit this page View Source

    SaveToAsync(string, CancellationToken)

    Declaration
    public Task SaveToAsync(string path, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    string path
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX