Enum PortType
- Namespace
- AppHealthMonitor
- Assembly
- AppHealthMonitor.dll
Specifies the type of port monitoring to perform for an application. An empty list of PortType indicates process-only monitoring.
public enum PortType
Fields
TCP = 0TCP port monitoring. Checks if TCP connections can be established.
UDP = 1UDP port monitoring. Checks if UDP datagrams can be sent.
WebSocket = 2WebSocket port monitoring. Checks if WebSocket connections can be established.