HRESULT SetProxy([in] BSTR ProxyServer, [in] short ProxyPort);
This enables the use of a proxy server for outgoing HTTP(S) connections.
dim t set t = CreateObject("pocketSOAP.HTTPTransport.2") t.SetProxy "proxy.domain.com", 8080
Copyright © Simon Fell, 2000-2004. All rights reserved.