Domain Detective

API Reference

Enum

DnsCnameTargetProvider

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

Defines values for dns cname target provider.

Inheritance

  • Enum
  • DnsCnameTargetProvider

Usage

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

Values

public const DnsCnameTargetProvider Unknown #

Represents the unknown value.

Value: 0
public const DnsCnameTargetProvider Cloudflare #

Represents the cloudflare value.

Value: 1
public const DnsCnameTargetProvider Amazon #

Represents the amazon value.

Value: 2
public const DnsCnameTargetProvider Azure #

Represents the azure value.

Value: 3
public const DnsCnameTargetProvider GitHub #

Represents the git hub value.

Value: 4
public const DnsCnameTargetProvider Netlify #

Represents the netlify value.

Value: 5
public const DnsCnameTargetProvider Vercel #

Represents the vercel value.

Value: 6
public const DnsCnameTargetProvider Heroku #

Represents the heroku value.

Value: 7
public const DnsCnameTargetProvider Fastly #

Represents the fastly value.

Value: 8
{{ include "footer" }}