Expand Minimize
This topic has not yet been rated - Rate this topic

IUpdateServerConfiguration.SslProxyServerPort Property

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)
'Usage
Dim instance As IUpdateServerConfiguration
Dim value As Integer

value = instance.SslProxyServerPort

instance.SslProxyServerPort = value
int SslProxyServerPort { get; set; }
/** @property */
int get_SslProxyServerPort ()

/** @property */
void set_SslProxyServerPort (int value)

function get SslProxyServerPort () : int

function set SslProxyServerPort (value : int)

Property Value

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

The value is less than 1 or greater than 65535.

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


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



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.