IUpdateServerConfiguration.UseSeparateProxyForSsl Property
Applies To: Windows Server Update Services
Gets or sets whether a separate proxy should be used for SSL communications with the upstream server.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
bool UseSeparateProxyForSsl { get; set; }
property bool UseSeparateProxyForSsl {
bool get();
void set(bool value);
}
abstract UseSeparateProxyForSsl : bool with get, set
Property UseSeparateProxyForSsl As Boolean
Property Value
Type: System.Boolean
If true, a separate proxy will be used when communicating with the upstream server. If false, the same proxy will be used for both HTTP and HTTPS when communicating with the upstream server.
Remarks
This property can be found only in the API delivered with WSUS 3.0 SP1.] The default is false.
See Also
IUpdateServerConfiguration Interface
Microsoft.UpdateServices.Administration Namespace
Return to top