API Reference
Class
Item (DomainControllerPortPostureService)
Individual port posture item for a domain controller.
Inheritance
- Object
- Item
Constructors
Inherited Methods
Properties
public String DomainController { get; set; } #Target domain controller host name.
public Int32 Port { get; set; } #TCP port number.
public String Service { get; set; } #Friendly service label for the port.
public Boolean ExpectedOpen { get; set; } #Expected port state.
public Boolean IsOpen { get; set; } #Observed port state.
public String Result { get; set; } #High-level posture classification.
public String Summary { get; set; } #Probe summary returned by the underlying transport tester.
public String Response { get; set; } #Probe response or error string.
public Double DurationMs { get; set; } #Probe duration in milliseconds.