InternetProxyServer Property (RDA)
The InternetProxyServer property specifies the proxy server to use when you access the HTTP resource specified in the InternetURL property.
Syntax
object.InternetProxyServer(value)
Applies To
SQL Server 2005 Compact Edition RDA object
Data Type
String
Modifiable
Read/write
Prototype
HRESULT get_InternetProxyServer(BSTR *pVal);
HRESULT put_ InternetProxyServer (BSTR newVal);
Generic Parameters
Parameter | Description |
---|---|
value |
The proxy name or IP address and port number in the form: ProxyServerName:Port. |
Remarks
If InternetProxyServer is not set or is empty, then no proxy server is used.
See Also
Reference
Other Resources
Configuring and Securing the Server Environment