bypassSimpleHostnames property

bool? bypassSimpleHostnames
getter/setter pair

Hostnames without a period in them (and that are not IP literals) will skip proxy settings and be connected to directly instead. Examples: "abc", "local", "some-domain".

Hostnames with a trailing dot are not considered simple by this definition.

Officially Supported Platforms/Implementations:

  • Android WebView

Implementation

bool? bypassSimpleHostnames;