IUpdateServerConfiguration.AnonymousProxyAccess

Retrieves or sets a value that indicates if you want to connect to the proxy server anonymously or using user credentials.

public bool AnonymousProxyAccess {get; set;}
Public Property AnonymousProxyAccess As bool

Property Value

True to connect to the proxy server anonymously (without specifying user credentials); otherwise, false to connect using user credentials.

Remarks

If AnonymousProxyAccess is false, you must specify IUpdateServerConfiguration.ProxyUserName and optionally IUpdateServerConfiguration.ProxyUserDomain and IUpdateServerConfiguration.SetProxyPassword.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server SP4 and later.
Namespace

Defined in Microsoft.UpdateServices.Administration.

Assembly

Requires Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll).

.NET Framework

Requires .NET Framework 1.1.

See Also

IUpdateServerConfiguration.AllowProxyCredentialsOverNonSsl
IUpdateServerConfiguration.ProxyUserDomain
IUpdateServerConfiguration.ProxyUserName
IUpdateServerConfiguration.SetProxyPassword