SqlCeReplication.InternetProxyServer Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Specifies the proxy server to use when accessing the HTTP resource specified in the InternetUrl property.
[Visual Basic] Public Property InternetProxyServer As String [C#] public string InternetProxyServer {get; set;} [C++] public: __property String* get_InternetProxyServer(); public: __property void set_InternetProxyServer(String*); [JScript] public function get InternetProxyServer() : String; public function set InternetProxyServer(String);
Property Value
The proxy server name (or IP address) and optionally the port number (ProxyServerName: Port).
Remarks
To specify both the name (or IP address) of the proxy computer and the port number, use the format "ProxyServerName:Port".
If SQL Server CE Relay is properly configured on a desktop for serial, USB, or IR synchronization, the InternetProxyServer property must be set to "ppp_peer:nn" where "nn" is a specified client port number.
If the InternetProxyServer property is not set or is empty, no proxy server is used.
For information on the SQL Server CE Relay, see the Using SQL Server CE Relay topic in the SQL Server CE Books Online.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeReplication Class | SqlCeReplication Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.