IUpdateServerConfiguration.ProxyServerPort Property
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)
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
/** @property */ int get_ProxyServerPort () /** @property */ void set_ProxyServerPort (int value)
function get ProxyServerPort () : int function set ProxyServerPort (value : int)
Property Value
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.| Exception type | Condition |
|---|---|
| ArgumentOutOfRangeException | The port number must be greater than zero and less than 65536. |
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