wwHTTP::cHttpProxyUserName
less than 1 minute to read

Proxy server user name if the proxy requires a login.

o.cHttpProxyUserName

Remarks

Not supported for Async operation.

Example

foxpro
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"

See also:

West Wind Web Connection

© West Wind Technologies, 1996-2024 • Updated: 11/30/17
Comment or report problem with topic