Table of Contents

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 = 0

TCP port monitoring. Checks if TCP connections can be established.

UDP = 1

UDP port monitoring. Checks if UDP datagrams can be sent.

WebSocket = 2

WebSocket port monitoring. Checks if WebSocket connections can be established.