IUpdateServerConfiguration.ProxyName Property

 

Applies To: Windows Server Update Services

Gets or sets the name of the proxy server.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

string ProxyName { get; set; }
property String^ ProxyName {
    String^ get();
    void set(String^ value);
}
abstract ProxyName : string with get, set
Property ProxyName As String

Property Value

Type: System.String

The 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

Condition

ArgumentNullException

The property value cannot be null.

ArgumentOutOfRangeException

The name must be less than 256 characters.

Remarks

You must specify a proxy name if UseProxy is true.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top