IUpdateServerConfiguration.SslProxyName Property

 

Applies To: Windows Server Update Services

Gets or sets the name of the proxy server for SSL communications.

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

Syntax

string SslProxyName { get; set; }
property String^ SslProxyName {
    String^ get();
    void set(String^ value);
}
abstract SslProxyName : string with get, set
Property SslProxyName As String

Property Value

Type: System.String

The name of the proxy server for SSL communications.

Exceptions

Exception

Condition

ArgumentNullException

The value is null.

ArgumentOutOfRangeException

The value is longer than 256 characters.

ArgumentException

The value is an improperly formatted string.

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