SetUseDefaultProxySetting (Obsolete)
Description
Indicates whether to use Internet Explorer proxy settings for a
SOAP connection. This method is available for .NET Web services
only.
Syntax
|
1 |
conn.SetUseDefaultProxySetting (boolean useDefault) |
|
Argument |
Description |
|---|---|
|
conn |
The name of the SoapConnection object that |
|
useDefault |
A boolean value that, when true, uses the Internet |
Return value
Long.
Valid values are 0 for success, and 50 for failure.
Usage
If you do not set a proxy server, PowerBuilder uses the Internet
Explorer proxy settings.
See also