IUpdateServerConfiguration.ProxyServerPort

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

public Int32 ProxyServerPort {get; set;}
Public Property ProxyServerPort As Int32

Property Value

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 type Condition
System.ArgumentOutOfRangeException The port number must be greater than zero and less than 65536.

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.

See Also

IUpdateServerConfiguration.ProxyName