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.

Implementation

bool? bypassSimpleHostnames;