IHTTPTransportAdv::ProxyAuthentication Method

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.

 

Parameters

username
BSTR, [in]: The username to use
password
BSTR, [in]: The password for the username

 

Return Values

 

Sample Code

dim t 
set t = CreateObject("pocketSOAP.HTTPTransport.2")
t.SetProxy "proxy.domain.com", 8080
t.ProxyAuthentication "simonfell", "password"
t.send "http://example.org", 8080

 

See Also

The IHTTPTransportAdv Interface | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.