SqlCeRemoteDataAccess.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 the port number (ProxyServerName:Port) used when accessing the specified HTTP resource.

Remarks

Both the name (or IP address) of the proxy computer and the port number must be specified using 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.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeRemoteDataAccess Class | SqlCeRemoteDataAccess Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.