SqlCeReplication.InternetProxyLogin Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Specifies the login name used when connecting to an InternetProxyServer that requires authentication.

  [Visual Basic]
  Public Property InternetProxyLogin As String
[C#]
public string InternetProxyLogin {get; set;}
[C++]
public: __property String* get_InternetProxyLogin();
public: __property void set_InternetProxyLogin(String*);
[JScript]
public function get InternetProxyLogin() : String;
public function set InternetProxyLogin(String);

Property Value

The proxy server login name. The default is no login name.

Remarks

The InternetProxyLogin property is required if the proxy server is configured to use Basic Authentication or Integrated Windows Authentication. For information on SQL Server CE Relay, see the SQL Server CE Books Online.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeReplication Class | SqlCeReplication 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.