Свойство | Type | Description | |
---|---|---|---|
ApiClient | |||
ApiKey | String>.Dictionary | ||
ApiKeyPrefix | String>.Dictionary | ||
Default |
Méthode | Description | |
---|---|---|
AddDefaultHeader ( string key, string value ) : void |
Add default header.
|
|
Configuration ( |
Initializes a new instance of the Configuration class.
|
|
Configuration ( |
Initializes a new instance of the Configuration class with different settings
|
|
GetApiKeyWithPrefix ( string apiKeyIdentifier ) : string |
Get the API key with prefix.
|
|
ToDebugReport ( ) : String |
Returns a string with essential information for debugging.
|
|
setApiClientUsingDefault ( |
Set the ApiClient using Default or ApiClient instance.
|
public AddDefaultHeader ( string key, string value ) : void | ||
key | string | Header field name. |
value | string | Header field value. |
Résultat | void |
public Configuration ( |
||
apiClient | Api client. | |
Résultat | System |
public Configuration ( |
||
apiClient | Api client | |
defaultHeader | String>.Dictionary | Dictionary of default HTTP header |
username | string | Username |
password | string | Password |
accessToken | string | accessToken |
apiKey | String>.Dictionary | Dictionary of API key |
apiKeyPrefix | String>.Dictionary | Dictionary of API key prefix |
tempFolderPath | string | Temp folder path |
dateTimeFormat | string | DateTime format string |
timeout | int | HTTP connection timeout (in milliseconds) |
Résultat | System |
public GetApiKeyWithPrefix ( string apiKeyIdentifier ) : string | ||
apiKeyIdentifier | string | API key identifier (authentication scheme). |
Résultat | string |
public setApiClientUsingDefault ( |
||
apiClient | An instance of ApiClient. | |
Résultat | void |