The InternetProxyLogin property specifies the logon name used when you connect to a proxy server that requires authentication.
object.InternetProxyLogin(value)
Applies To
SQL Server Compact 3.5 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). |
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.
Reference
InternetProxyServer Property (RDA)