Search Results for

    Show / Hide Table of Contents

    Class RESTConfig

    Inheritance
    object
    RESTConfig
    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 RESTConfig

    Fields

    | Edit this page View Source

    DefaultDownloadBufferSize

    Declaration
    public const int DefaultDownloadBufferSize = 524288
    Field Value
    Type Description
    int
    | Edit this page View Source

    DefaultMaxRetryCount

    Declaration
    public const int DefaultMaxRetryCount = 3
    Field Value
    Type Description
    int
    | Edit this page View Source

    DefaultMaxRetryDelaySeconds

    Declaration
    public const float DefaultMaxRetryDelaySeconds = 30
    Field Value
    Type Description
    float
    | Edit this page View Source

    DefaultRetryDelaySeconds

    Declaration
    public const float DefaultRetryDelaySeconds = 1
    Field Value
    Type Description
    float
    | Edit this page View Source

    DefaultTimeout

    Declaration
    public static readonly TimeSpan DefaultTimeout
    Field Value
    Type Description
    TimeSpan
    | Edit this page View Source

    DefaultTimeoutSeconds

    Declaration
    public const float DefaultTimeoutSeconds = 30
    Field Value
    Type Description
    float
    | Edit this page View Source

    MaxBaseDelaySeconds

    Declaration
    public const float MaxBaseDelaySeconds = 60
    Field Value
    Type Description
    float
    | Edit this page View Source

    MaxMaxDelaySeconds

    Declaration
    public const float MaxMaxDelaySeconds = 300
    Field Value
    Type Description
    float
    | Edit this page View Source

    MaxMaxRetryCount

    Declaration
    public const int MaxMaxRetryCount = 10
    Field Value
    Type Description
    int
    | Edit this page View Source

    MaxTimeoutSeconds

    Declaration
    public const float MaxTimeoutSeconds = 300
    Field Value
    Type Description
    float
    | Edit this page View Source

    MinBaseDelaySeconds

    Declaration
    public const float MinBaseDelaySeconds = 0.1
    Field Value
    Type Description
    float
    | Edit this page View Source

    MinDownloadBufferSize

    Declaration
    public const int MinDownloadBufferSize = 16384
    Field Value
    Type Description
    int
    | Edit this page View Source

    MinMaxDelaySeconds

    Declaration
    public const float MinMaxDelaySeconds = 1
    Field Value
    Type Description
    float
    | Edit this page View Source

    MinMaxRetryCount

    Declaration
    public const int MinMaxRetryCount = 0
    Field Value
    Type Description
    int
    | Edit this page View Source

    MinOperationDelayInMillis

    Declaration
    public const int MinOperationDelayInMillis = 100
    Field Value
    Type Description
    int
    | Edit this page View Source

    MinTimeoutSeconds

    Declaration
    public const float MinTimeoutSeconds = 10
    Field Value
    Type Description
    float
    | Edit this page View Source

    NetworkCheckIntervalInMillis

    Declaration
    public const int NetworkCheckIntervalInMillis = 1000
    Field Value
    Type Description
    int
    | Edit this page View Source

    NetworkCheckTimeoutInMillis

    Declaration
    public const int NetworkCheckTimeoutInMillis = 5000
    Field Value
    Type Description
    int
    | Edit this page View Source

    PatchMethod

    Declaration
    public const string PatchMethod = "PATCH"
    Field Value
    Type Description
    string
    | Edit this page View Source

    VersionToken

    Declaration
    public const string VersionToken = "VERSION"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation