IUpdateServerConfiguration.AnonymousProxyAccess Property
Gets or sets whether anonymous proxy server connections are allowed.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
/** @property */ boolean get_AnonymousProxyAccess () /** @property */ void set_AnonymousProxyAccess (boolean value)
function get AnonymousProxyAccess () : boolean function set AnonymousProxyAccess (value : boolean)
Property Value
true to connect to the proxy server anonymously, false to connect using user credentials.If AnonymousProxyAccess is false, you must specify ProxyUserName and optionally ProxyUserDomain and SetProxyPassword.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2