Search Results for

    Show / Hide Table of Contents

    Class DownloadOptions

    Inheritance
    object
    DownloadOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Networking.RESTApi
    Assembly: Glitch9.IO.dll
    Syntax
    public sealed class DownloadOptions

    Properties

    | Edit this page View Source

    AbortMode

    Declaration
    public DownloadAbortMode AbortMode { get; set; }
    Property Value
    Type Description
    DownloadAbortMode
    | Edit this page View Source

    BufferSize

    Declaration
    public int BufferSize { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    DownloadListener

    The download listener for handling streaming download responses.

    Declaration
    public IStreamingDownloadListener DownloadListener { get; set; }
    Property Value
    Type Description
    IStreamingDownloadListener
    | Edit this page View Source

    FilePath

    Declaration
    public FilePath FilePath { get; set; }
    Property Value
    Type Description
    FilePath
    | Edit this page View Source

    IsTemporary

    Declaration
    public bool IsTemporary { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Overwrite

    Declaration
    public bool Overwrite { get; set; }
    Property Value
    Type Description
    bool

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    OptionExtensions.ResolveDownloadPath(DownloadOptions, string, MimeType)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation