API Reference
Class
PortAvailabilityInfo
Provides port availability info functionality.
Inheritance
- Object
- PortAvailabilityInfo
Constructors
public PortAvailabilityInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public HealthCheckType Check { get; set; } #Gets or sets the check value.
public AnalysisArea Area { get; set; } #Gets or sets the area value.
public String Subject { get; set; } #Gets or sets the subject value.
public Int32 TotalChecked { get; set; } #Gets or sets the total checked value.
public Int32 OpenCount { get; set; } #Gets or sets the open count value.
public IReadOnlyDictionary<String, PortResult> Results { get; set; } #Gets or sets the results value.
public String Summary { get; set; } #Gets or sets the summary value.