Domain Detective

API Reference

Enum

IpEnrichmentSourceKind

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

Indicates where an IP address was discovered.

Inheritance

  • Enum
  • IpEnrichmentSourceKind

Usage

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

Values

public const IpEnrichmentSourceKind Unknown #

Defines values for ip address family kind.

Value: 0
public const IpEnrichmentSourceKind Apex #

Defines values for ip address family kind.

Value: 1
public const IpEnrichmentSourceKind Mx #

Defines values for ip address family kind.

Value: 2
public const IpEnrichmentSourceKind Ns #

Defines values for ip address family kind.

Value: 3
public const IpEnrichmentSourceKind Custom #

Defines values for ip address family kind.

Value: 4
{{ include "footer" }}