SqlCeRemoteDataAccess.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 a proxy server (defined in the InternetProxyServer property) that requires authentication.
[Visual Basic] 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.
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
SqlCeRemoteDataAccess Class | SqlCeRemoteDataAccess Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.