Domain Detective

API Reference

Enum

ServiceType

Namespace DomainDetective
Assembly DomainDetective
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Enumerates common service ports used in health checks.

Inheritance

  • Enum
  • ServiceType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const ServiceType SMTP #

SMTP service running on port 25.

Value: 25
public const ServiceType HTTPS #

HTTPS service running on port 443.

Value: 443
{{ include "footer" }}