InternetProxyServer Property (Replication)
SQL Server 2000
InternetProxyServer Property (Replication)
The InternetProxyServer property specifies the proxy server to use when you access the HTTP resource specified in the InternetURL property.
Applies To
SQL Server CE Replication object
Syntax
object.InternetProxyServer [= value]
| Part | Description |
|---|---|
| object | SQL Server CE Replication object |
| value | Proxy name (or IP address) and port number (ProxyServerName:Port) |
Data Type
string
Modifiable
Read/write
Prototype eVC++
HRESULT get_InternetProxyServer(BSTR *pVal); HRESULT put_ InternetProxyServer (BSTR newVal);
Remarks
If SQL Server CE Relay is properly configured on a desktop computer for serial, USB, or infrared (IR) synchronization, InternetProxyServer must be set to ppp_peer:nn where nn is a specified client port number, for example: exampleproxy:80.
If InternetProxyServer is not set or is empty, no proxy server is used.
