Write-only. When both URL and port are set, WebArchiveX retrieves files from Internet via the specified proxy server.
String ProxyUrl;
HRESULT put_ProxyUrl( [in] BSTR bstrProxyUrl );
bstrProxyUrl [in] BSTR - Proxy server URL
void SetProxyUrl( const std::string& sProxyUrl );
sProxyUrl std::string& - Proxy server URL
- Back to API - WebArchiveX Website - C Systems Website -