The InternetProxyLogin property specifies the logon name used when connecting to a proxy server, defined in the InternetProxyServer property, that requires authentication.

object.InternetProxyLogin [= value]

Applies To

SQL Server Compact 3.5 Replication object

  • value
    Proxy server logon name. The default is no logon.

Data Type

String

Modifiable

Read/write

Prototype

HRESULT get_InternetProxyLogin(BSTR *pVal);
HRESULT put_ InternetProxyLogin (BSTR newVal);

The InternetProxyLogin is required if the proxy server is configured to use Basic authentication.

Reference

InternetProxyServer Property (Replication)

Replication Object Properties

Concepts

Configuring and Securing the Server Environment