proxySettings property
Proxy settings of this SDK engine that will be used by HERE SDK network for all requests.
Defaults to (null), which indicates proxy is not enabled.
When setting proxy settings, they will immediately be applied and all the pending and fresh requests will use these settings.
Pass (null) to indicate that proxy should be disabled.
If proxy is necessary from the start then it's recommended to use NetworkSettings.proxySettings in SDKOptions.networkSettings.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process. Gets the current proxy settings.
Implementation
ProxySettings? get proxySettings;
Proxy settings of this SDK engine that will be used by HERE SDK network for all requests.
Defaults to (null), which indicates proxy is not enabled.
When setting proxy settings, they will immediately be applied and all the pending and fresh requests will use these settings.
Pass (null) to indicate that proxy should be disabled.
If proxy is necessary from the start then it's recommended to use NetworkSettings.proxySettings in SDKOptions.networkSettings.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process. Sets the proxy settings.
Implementation
set proxySettings(ProxySettings? value);