C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.Properties.Settings Class Referencesealed

This part of the Settings class is not generated from the Settings.settings designer, and only used to set the SettingsProvider for the class. More...

Properties

global::System.Collections.Specialized.StringCollection CachedCredentials [get, set]
 A collection of cached authentication tokens which can be used to restore a previous connection between sessions.
 
static Settings Default [get]
 The default settings used by the static Analyze Re API client library.
 
int DEFAULT_REQUEST_TIMEOUT [get]
 The default timeout for simple resource requests.
 
int DEFAULT_REQUEST_TIMEOUT_COLLECTIONS [get]
 The default timeout for collection GET requests, which are generally more expensive than simple resource GET requests.
 
int DefaultParallelism [get]
 The default number of simultaneous connections to allow to the API.
 
string DefaultServerURL [get]
 The default API url to connect to. This is typically set to an example url.
 
string ServerURL [get, set]
 The last API url to connected to. This can be used to override the default URL to restore a previous connection between sessions.
 
int User_DEFAULT_REQUEST_TIMEOUT [get, set]
 The user-overridden value for the default request timeout.
 
int User_DEFAULT_REQUEST_TIMEOUT_COLLECTIONS [get, set]
 The user-overridden value for the default collection request timeout.
 

Detailed Description

This part of the Settings class is not generated from the Settings.settings designer, and only used to set the SettingsProvider for the class.

The default settings used by the static Analyze Re API client library.

Definition at line 10 of file Settings.cs.

Inheritance diagram for AnalyzeRe.Properties.Settings:

Property Documentation

◆ CachedCredentials

global.System.Collections.Specialized.StringCollection AnalyzeRe.Properties.Settings.CachedCredentials
getset

A collection of cached authentication tokens which can be used to restore a previous connection between sessions.

Definition at line 66 of file AnalyzeRe.Client/Properties/Settings.Designer.cs.

◆ Default

Settings AnalyzeRe.Properties.Settings.Default
staticget

The default settings used by the static Analyze Re API client library.

Definition at line 26 of file AnalyzeRe.Client/Properties/Settings.Designer.cs.

◆ DEFAULT_REQUEST_TIMEOUT

int AnalyzeRe.Properties.Settings.DEFAULT_REQUEST_TIMEOUT
get

The default timeout for simple resource requests.

Definition at line 128 of file AnalyzeRe.Client/Properties/Settings.Designer.cs.

◆ DEFAULT_REQUEST_TIMEOUT_COLLECTIONS

int AnalyzeRe.Properties.Settings.DEFAULT_REQUEST_TIMEOUT_COLLECTIONS
get

The default timeout for collection GET requests, which are generally more expensive than simple resource GET requests.

Definition at line 53 of file AnalyzeRe.Client/Properties/Settings.Designer.cs.

◆ DefaultParallelism

int AnalyzeRe.Properties.Settings.DefaultParallelism
get

The default number of simultaneous connections to allow to the API.

Definition at line 99 of file AnalyzeRe.Client/Properties/Settings.Designer.cs.

◆ DefaultServerURL

string AnalyzeRe.Properties.Settings.DefaultServerURL
get

The default API url to connect to. This is typically set to an example url.

Definition at line 39 of file AnalyzeRe.Client/Properties/Settings.Designer.cs.

◆ ServerURL

string AnalyzeRe.Properties.Settings.ServerURL
getset

The last API url to connected to. This can be used to override the default URL to restore a previous connection between sessions.

Definition at line 83 of file AnalyzeRe.Client/Properties/Settings.Designer.cs.

◆ User_DEFAULT_REQUEST_TIMEOUT

int AnalyzeRe.Properties.Settings.User_DEFAULT_REQUEST_TIMEOUT
getset

The user-overridden value for the default request timeout.

Definition at line 141 of file AnalyzeRe.Client/Properties/Settings.Designer.cs.

◆ User_DEFAULT_REQUEST_TIMEOUT_COLLECTIONS

int AnalyzeRe.Properties.Settings.User_DEFAULT_REQUEST_TIMEOUT_COLLECTIONS
getset

The user-overridden value for the default collection request timeout.

Definition at line 112 of file AnalyzeRe.Client/Properties/Settings.Designer.cs.


The documentation for this class was generated from the following files: