Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the name of the proxy server.
public String ProxyName {get; set;}
Public Property ProxyName As String
Property Value
Well-formed name of the proxy server to use to download updates. The name must be less than 256 characters. You can specify a host name or an IP address.
Exceptions
| Exception type | Condition |
|---|---|
| System.ArgumentNullException | The property value cannot be null. |
| System.ArgumentOutOfRangeException | The name must be less than 256 characters. |
Remarks
You must specify a proxy name if IUpdateServerConfiguration.UseProxy is true.
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. |