TCnWebProxy.BypassProxyOnLocal Property
Gets or sets a value that indicates whether to bypass the proxy server for local addresses.
published property BypassProxyOnLocal: Boolean read GetBypassProxyOnLocal write SetBypassProxyOnLocal default False;
Property Value
Type: Boolean
true to bypass the proxy server for local addresses; otherwise, false. The default value is false.
The setting of the BypassProxyOnLocal property determines whether WebRequest instances use the proxy server when accessing local Internet resources.