West Wind Internet Protocols 4.68 |
wwHTTP::cHTTPProxyName
|
You can specify the domainname and or port of the proxy as follows:
myproxy.west-wind.com:8080
| Example: | oHTTP = CREATE("wwHTTP")
oHTTP.nHTTPConnectType = 3 && Manual Proxy Config
oHTTP.cHTTPProxyName = "proxy-server.hawaii.rr.com:8080"
*** If the proxy requires a username and password use it
*oHTTP.cHTTPProxyUserName = "Username"
*oHTTP.cHTTPProxyPassword = "Password"
|
| Remarks: | Requires that the nHTTPConnectType property is set to 3. |