HRESULT ProxyAuthentication([in] BSTR username, [in] BSTR password);
This sets the authentication credentials for the connection to the proxy server. Only basic authentication is currently supported.
dim t set t = CreateObject("pocketSOAP.HTTPTransport.2") t.SetProxy "proxy.domain.com", 8080 t.ProxyAuthentication "simonfell", "password" t.send "http://example.org", 8080
Copyright © Simon Fell, 2000-2004. All rights reserved.