IUpdateServerConfiguration.UseProxy Property
Applies To: Windows Server Update Services
Gets or sets whether to use a proxy to download updates.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool UseProxy { get; set; }
property bool UseProxy {
bool get();
void set(bool value);
}
abstract UseProxy : bool with get, set
Property UseProxy As Boolean
Property Value
Type: System.Boolean
true to use a proxy to download updates, otherwise false.
Remarks
To use a proxy you must specify the proxy server name and port number to use, as well as the user credentials if necessary.
See Also
IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace
Return to top