다음을 통해 공유


SqlCeRemoteDataAccess.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 a proxy server (defined in the InternetProxyServer property) that requires authentication.

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.

Remarks

The InternetProxyLogin property is required if the proxy server is configured to use Basic authentication or Integrated Windows authentication, even if SQL Server CE Relay has been configured.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

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