Property | Type | Description | |
---|---|---|---|
ApiClient | |||
ApiKey | String>.Dictionary | ||
ApiKeyPrefix | String>.Dictionary | ||
Default |
Method | 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.
|
public AddDefaultHeader ( string key, string value ) : void | ||
key | string | Header field name. |
value | string | Header field value. |
return | void |
public Configuration ( |
||
apiClient | Api client. | |
return | 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) |
return | System |
public GetApiKeyWithPrefix ( string apiKeyIdentifier ) : string | ||
apiKeyIdentifier | string | API key identifier (authentication scheme). |
return | string |