NetworkSettings class

Network configuration to be used by SDKNativeEngine during the initialization.

Constructors

NetworkSettings()

Properties

certificates CertificateSettings?
Certificate settings to use on Android 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.
getter/setter pair
diagnosticsOutputPath ↔ String?
File path to be used for redirecting CURL verbose output. 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.
getter/setter pair
domainNameSystemServers ↔ List<NetworkEndpoint>
Domain Name Server list. This list fully replaces embedded mechanism to detect DNS. The order is important. To reduce response time make sure that most probably servers are at the beginning. Currently only IPv4 is supported.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
proxySettings ProxySettings?
Proxy settings. It can be later accessed or changed with SDKNativeEngine.proxySettings.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.