Domain Detective

API Reference

Enum

DnsProvider

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

Defines values for dns provider.

Inheritance

  • Enum
  • DnsProvider

Usage

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

Values

public const DnsProvider Unknown #

Represents the unknown value.

Value: 0
public const DnsProvider Cloudflare #
Display(Name = "Cloudflare")

Represents the cloudflare value.

Value: 1
public const DnsProvider AmazonRoute53 #
Display(Name = "Amazon Route 53")

Represents the amazon route53 value.

Value: 2
public const DnsProvider AzureDns #
Display(Name = "Azure DNS")

Represents the azure dns value.

Value: 3
public const DnsProvider GoogleCloudDns #
Display(Name = "Google Cloud DNS")

Represents the google cloud dns value.

Value: 4
public const DnsProvider GoDaddy #
Display(Name = "GoDaddy")

Represents the go daddy value.

Value: 5
public const DnsProvider Namecheap #
Display(Name = "Namecheap")

Represents the namecheap value.

Value: 6
public const DnsProvider DigitalOcean #
Display(Name = "DigitalOcean")

Represents the digital ocean value.

Value: 7
{{ include "footer" }}