Class NetworkSettings
Inheritance
NetworkSettings
Assembly: Glitch9.AIDevKit.dll
Syntax
[Serializable]
public sealed class NetworkSettings
Properties
|
Edit this page
View Source
BaseDelaySeconds
Declaration
public float BaseDelaySeconds { get; }
Property Value
|
Edit this page
View Source
MaxDelaySeconds
Declaration
public float MaxDelaySeconds { get; }
Property Value
|
Edit this page
View Source
MaxRetryCount
Declaration
public int MaxRetryCount { get; }
Property Value
|
Edit this page
View Source
NetworkLogOptions
Declaration
public CurlLogOptions NetworkLogOptions { get; }
Property Value
|
Edit this page
View Source
RequestTimeout
Declaration
public int RequestTimeout { get; }
Property Value
Extension Methods