|
LUSID C# SDK
|
Configuration options provided to the client implementing IClient More...
Public Member Functions | |
| ClientOptions (string baseUrl) | |
| The base url should include the scheme + domain, and not end in a forward slash eg. https://example.lusid.com More... | |
Properties | |
| string | BaseUrl [get] |
| Base URL for all requests made with this client instance. It should include the scheme + domain, and not end in a forward slash eg. https://example.lusid.com More... | |
| OAuthAuthenticator? | Authenticator [get, set] |
| The authenticator that will be used to populate the request with the necessary authentication data More... | |
| X509CertificateCollection? | ClientCertificates [get, set] |
| X509CertificateCollection to be sent with the request More... | |
| IWebProxy? | Proxy [get, set] |
| The proxy to use when making requests. Default is null, which will use the default system proxy if one is set. More... | |
| string? | UserAgent [get, set] |
| The value of the User-Agent header to be sent with requests More... | |
| TimeSpan? | Timeout [get, set] |
| The client side timeout for the request More... | |
Configuration options provided to the client implementing IClient
|
inline |
The base url should include the scheme + domain, and not end in a forward slash eg. https://example.lusid.com
|
getset |
The authenticator that will be used to populate the request with the necessary authentication data
|
get |
Base URL for all requests made with this client instance. It should include the scheme + domain, and not end in a forward slash eg. https://example.lusid.com
|
getset |
X509CertificateCollection to be sent with the request
|
getset |
The proxy to use when making requests. Default is null, which will use the default system proxy if one is set.
|
getset |
The client side timeout for the request
|
getset |
The value of the User-Agent header to be sent with requests