Search Results for

    Show / Hide Table of Contents

    Struct DownloadProgress

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.IO.Networking.RESTApi
    Assembly: Glitch9.IO.dll
    Syntax
    public readonly struct DownloadProgress

    Constructors

    | Edit this page View Source

    DownloadProgress(float, long, long)

    Declaration
    public DownloadProgress(float progress, long receivedBytes, long totalBytes)
    Parameters
    Type Name Description
    float progress
    long receivedBytes
    long totalBytes

    Properties

    | Edit this page View Source

    Progress

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

    ReceivedBytes

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

    TotalBytes

    Declaration
    public long TotalBytes { get; }
    Property Value
    Type Description
    long

    Extension Methods

    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)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetHashCodeOrDefault<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation