Enum PortStatus
Enum describing the connectivity status of a remote port.
Namespace: SociallyDistant.Core.OS.Network
Assembly: SociallyDistant.Framework.dll
Syntax
public enum PortStatus
Fields
| Name | Description |
|---|---|
| Closed | Value indicating that the port is closed to all traffic. |
| Filtered | Value indicating that the port is open, but a firewall is preventing the local device from connecting. |
| Open | Value indicating that the port is open. |