IUpdateServerConfiguration.ProxyServerPort Property

 

Applies To: Windows Server Update Services

Gets or sets the port number that is used to connect to the proxy server.

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

Syntax

int ProxyServerPort { get; set; }
property int ProxyServerPort {
    int get();
    void set(int value);
}
abstract ProxyServerPort : int with get, set
Property ProxyServerPort As Integer

Property Value

Type: System.Int32

The port number that is used to connect to the proxy server. The default is port 80. The port number must be greater than zero and less than 65536.

Exceptions

Exception

Condition

ArgumentOutOfRangeException

The port number must be greater than zero and less than 65536.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top