InternetProxyLogin Property (RDA)
The InternetProxyLogin property specifies the logon name used when you connect to a proxy server that requires authentication.
Syntax
object.InternetProxyLogin(value)
Applies To
SQL Server 2005 Compact Edition RDA object
Data Type
string
Modifiable
Read/write
Prototype
HRESULT get_InternetProxyLogin(BSTR *pVal);
HRESULT put_ InternetProxyLogin (BSTR newVal);
Generic Parameters
Parameter | Description |
---|---|
value |
The proxy server logon name. The default is blank (no logon). |
Remarks
The proxy server to which you are connecting is defined by the InternetProxyServer property. The InternetProxyPassword property is required if the proxy server is configured to use Basic Authentication.
See Also
Reference
InternetProxyServer Property (RDA)
RDA Object Properties
Other Resources
Configuring and Securing the Server Environment