다음을 통해 공유


SqlCeReplication.InternetProxyPassword Property

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

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

Public Property InternetProxyPassword As String
[C#]
public string InternetProxyPassword {get; set;}
[C++]
public: __property String* get_InternetProxyPassword();public: __property void set_InternetProxyPassword(String*);
[JScript]
public function get InternetProxyPassword() : String;public function set InternetProxyPassword(String);

Property Value

The proxy server password string. The default is no password.

Remarks

The InternetProxyPassword 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. 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