This read-only property returns whether the proxy server is bypassed for local (intranet) addresses.
Syntax
IBuildServer.ProxyBypassForLocalAddresses
Remarks
Search returns one of the following values for ProxyBypassForLocalAddresses:
0
The proxy server is used for local addresses.
1
The proxy server is bypassed for local addresses.
This property is set by the fourth argument to the SetProxySettings method.
Example
See Accessing an IBuildServer Interface Object.
See Also