Class RESTClientSettings
Added 2025.04.15 to handle more setting properties for the RESTClient.
This class is used to configure the RESTClient settings.
Inheritance
RESTClientSettings
Assembly: Glitch9.IO.dll
Syntax
public class RESTClientSettings
Properties
|
Edit this page
View Source
DefaultDownloadDirectory
Declaration
public string DefaultDownloadDirectory { get; set; }
Property Value
|
Edit this page
View Source
DefaultFileMimeType
Declaration
public MimeType DefaultFileMimeType { get; set; }
Property Value
|
Edit this page
View Source
ExceptionHandler
Declaration
public IUnityWebRequestExceptionHandler ExceptionHandler { get; set; }
Property Value
|
Edit this page
View Source
ExceptionParser
Declaration
public IUnityWebRequestExceptionParser ExceptionParser { get; set; }
Property Value
|
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
|
Edit this page
View Source
MaxRetryCount
Declaration
public int MaxRetryCount { get; set; }
Property Value
|
Edit this page
View Source
MaxRetryDelaySeconds
Declaration
public float MaxRetryDelaySeconds { get; set; }
Property Value
|
Edit this page
View Source
RetryDelaySeconds
Declaration
public float RetryDelaySeconds { get; set; }
Property Value
|
Edit this page
View Source
Timeout
Declaration
public TimeSpan Timeout { get; set; }
Property Value
|
Edit this page
View Source
Xss
Declaration
public XmlSerializerSettings Xss { get; set; }
Property Value
Extension Methods