Skip to content

Configuration class

General SDK configuration.

public static class Configuration

Public Members

name description
static AdminApiVersion { get; } Admin API version used by the SDK.
static ApiVersion { get; } API version used by the SDK.
static AppStoreApiEntryPoint { get; } Returns the base address of the app store webservice, based on ExecutionMode.
static CacheEnabled { get; set; } Wether the internal client cache is enabled or not.
static Endpoints { get; } Maps of known API endpoints. Used internally bu the SDK.
static HttpMessageHandler { get; set; } The http message handler to be used when performing HTTPS requests. Defaults to .NET built-in.
static AdminServiceBaseAddress() Returns the base address of the administration webservice, based on ExecutionMode.
static AuthServerBaseAddress() Returns the base address of the authentication service, based on ExecutionMode.
static GetMode() Gets the current execution mode. Also see SetMode.
static SetMode(…) Sets the current execution mode. Also see GetMode.

See Also