Search Results for

    Show / Hide Table of Contents

    Class RESTDownloader

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

    Methods

    | Edit this page View Source

    DownloadAsync(string, string, bool, CancellationToken, params HttpHeader[])

    Declaration
    public static UniTask<string> DownloadAsync(string url, string downloadPath, bool overwrite = true, CancellationToken cancellationToken = default, params HttpHeader[] headers)
    Parameters
    Type Name Description
    string url
    string downloadPath
    bool overwrite
    CancellationToken cancellationToken
    HttpHeader[] headers
    Returns
    Type Description
    UniTask<string>
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation