InternetProxyServer Property (RDA)
The InternetProxyServer property specifies the proxy server to use when you access the HTTP resource specified in the InternetURL property.
object.InternetProxyServer(value)
SQL Server Compact 3.5 RDA object
String
Read/write
HRESULT get_InternetProxyServer(BSTR *pVal);
HRESULT put_ InternetProxyServer (BSTR newVal);
Parameter | Description |
---|---|
value |
The proxy name or IP address and port number in the form: ProxyServerName:Port. |
If InternetProxyServer is not set or is empty, then no proxy server is used.