Search Results for

    Show / Hide Table of Contents

    Class RESTClientSettings

    Added 2025.04.15 to handle more setting properties for the RESTClient. This class is used to configure the RESTClient settings.

    Inheritance
    object
    RESTClientSettings
    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 class RESTClientSettings

    Properties

    | Edit this page View Source

    DefaultDownloadDirectory

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

    DefaultFileMimeType

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

    ExceptionHandler

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

    ExceptionParser

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

    Jss

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

    Logger

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

    MaxRetryCount

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

    MaxRetryDelaySeconds

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

    RetryDelaySeconds

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

    Timeout

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

    Xss

    Declaration
    public XmlSerializerSettings Xss { get; set; }
    Property Value
    Type Description
    XmlSerializerSettings

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