IUpdateServerConfiguration.SslProxyServerPort Property

 

Applies To: Windows Server Update Services

Gets or sets the port number used to connect with the proxy server for SSL communications.

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

Syntax

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

Property Value

Type: System.Int32

The port number used to connect with the proxy server for SSL communications.

Exceptions

Exception

Condition

ArgumentOutOfRangeException

The value is less than 1 or greater than 65535.

Remarks

[This property can be found only in the API delivered with WSUS 3.0 SP1.] This is ignored if UseProxy is false.

See Also

IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top