API Reference
Class
WsusProxyView
Proxy settings evaluation.
Inheritance
- Object
- WsusProxyView
Constructors
public WsusProxyView(Boolean AnyHttp, Nullable<Int32> ProxyBehavior, Boolean Compliant) #Proxy settings evaluation.
Parameters
- AnyHttp System.Boolean
- True when HTTP is allowed (not fully secure).
- ProxyBehavior System.Nullable{System.Int32}
- Numeric behavior flag if present.
- Compliant System.Boolean
- Overall compliance flag.
Methods
public WsusProxyView <Clone>$() #Returns:
WsusProxyViewpublic Void Deconstruct(out Boolean AnyHttp, out Nullable<Int32> ProxyBehavior, out Boolean Compliant) #Returns:
VoidParameters
- AnyHttp Boolean
- ProxyBehavior Nullable<Int32>
- Compliant Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public Boolean AnyHttp { get; set; } #True when HTTP is allowed (not fully secure).
public Nullable<Int32> ProxyBehavior { get; set; } #Numeric behavior flag if present.
public Boolean Compliant { get; set; } #Overall compliance flag.
public Boolean ProxyCompliant { get; } #Backward‑compatibility alias for report paths and rules that referenced Proxy.ProxyCompliant. Mirrors Compliant.