|
LUSID C# SDK
|
Represents a readable-only configuration contract. More...

Public Member Functions | |
| string | GetApiKeyWithPrefix (string apiKeyIdentifier) |
| Gets the API key with prefix. More... | |
Properties | |
| string | AccessToken [get] |
| Gets the access token. More... | |
| IDictionary< string, string > | ApiKey [get] |
| Gets the API key. More... | |
| IDictionary< string, string > | ApiKeyPrefix [get] |
| Gets the API key prefix. More... | |
| string | BasePath [get] |
| Gets the base path. More... | |
| string | DateTimeFormat [get] |
| Gets the date time format. More... | |
| IDictionary< string, string > | DefaultHeader [get] |
| Gets the default header. More... | |
| IDictionary< string, string > | DefaultHeaders [get] |
| Gets the default headers. More... | |
| string | TempFolderPath [get] |
| Gets the temp folder path. More... | |
| int | Timeout [get] |
| Gets the HTTP connection timeout (in milliseconds) More... | |
| WebProxy | Proxy [get] |
| Gets the proxy. More... | |
| string | UserAgent [get] |
| Gets the user agent. More... | |
| string | Username [get] |
| Gets the username. More... | |
| string | Password [get] |
| Gets the password. More... | |
| X509CertificateCollection | ClientCertificates [get] |
| Gets certificate collection to be sent with requests. More... | |
Represents a readable-only configuration contract.
| string Lusid.Sdk.Client.IReadableConfiguration.GetApiKeyWithPrefix | ( | string | apiKeyIdentifier | ) |
Gets the API key with prefix.
| apiKeyIdentifier | API key identifier (authentication scheme). |
Implemented in Lusid.Sdk.Client.Configuration.
|
get |
Gets the access token.
Access token.
|
get |
Gets the API key.
API key.
|
get |
Gets the API key prefix.
API key prefix.
|
get |
Gets the base path.
Base path.
|
get |
Gets certificate collection to be sent with requests.
X509 Certificate collection.
|
get |
Gets the date time format.
Date time foramt.
|
get |
Gets the default header.
Default header.
|
get |
Gets the default headers.
Default headers.
|
get |
Gets the password.
Password.
|
get |
Gets the proxy.
Proxy.
|
get |
Gets the temp folder path.
Temp folder path.
|
get |
Gets the HTTP connection timeout (in milliseconds)
HTTP connection timeout.
|
get |
Gets the user agent.
User agent.
|
get |
Gets the username.
Username.
1.8.13