Expand Minimize
This topic has not yet been rated - Rate this topic

IUpdateServerConfiguration.UseProxy Property

Gets or sets whether to use a proxy to download updates.


Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
'Usage
Dim instance As IUpdateServerConfiguration
Dim value As Boolean

value = instance.UseProxy

instance.UseProxy = value
bool UseProxy { get; set; }
/** @property */
boolean get_UseProxy ()

/** @property */
void set_UseProxy (boolean value)

function get UseProxy () : boolean

function set UseProxy (value : boolean)

Property Value

true to use a proxy to download updates, otherwise false.

To use a proxy you must specify the proxy server name and port number to use, as well as the user credentials if necessary.


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



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.