InternetProxyLogin Property (Replication)

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

Syntax

object.InternetProxyLogin [= value]

Parameters

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

Applies To

SQL Server Compact 3.5 Replication object

Data Type

String

Modifiable

Read/write

Prototype

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

Remarks

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

See Also

Reference

InternetProxyServer Property (Replication)
Replication Object Properties

Other Resources

Configuring and Securing the Server Environment

Help and Information

Getting Assistance (SQL Server Compact 3.5 Service Pack 1)