SetBypassProxyOnLocal
Description
Indicates whether to bypass the proxy server when connecting to
Web services running on local servers. This method is available for .NET
Web services only.
Syntax
|
1 |
conn.SetBypassProxyOnLocal (boolean bypass) |
|
Argument |
Description |
|---|---|
|
conn |
The name of the SoapConnection object that |
|
bypass |
A boolean value that, when true, allows a |
Return value
Long.
Valid values are 0 for success, and 50 for failure.
Usage
Local requests use the localhost or loopback domains, or a local
IP address. Addresses without a period in the URI are also identified as
being local.
See also