Show / Hide Table of Contents

Class DnsRootServer

Inheritance
Object
DnsRootServer
Namespace: Ae.Dns.Protocol
Assembly: Ae.Dns.Protocol.dll
Syntax
public sealed class DnsRootServer : object

Constructors

| Improve this Doc View Source

DnsRootServer(Char, String, String, String)

Declaration
public DnsRootServer(char letter, string ipv4, string ipv6, string op)
Parameters
Type Name Description
Char letter
String ipv4
String ipv6
String op

Fields

| Improve this Doc View Source

A

Declaration
public static DnsRootServer A
Field Value
Type Description
DnsRootServer
| Improve this Doc View Source

B

Declaration
public static DnsRootServer B
Field Value
Type Description
DnsRootServer
| Improve this Doc View Source

C

Declaration
public static DnsRootServer C
Field Value
Type Description
DnsRootServer
| Improve this Doc View Source

D

Declaration
public static DnsRootServer D
Field Value
Type Description
DnsRootServer
| Improve this Doc View Source

E

Declaration
public static DnsRootServer E
Field Value
Type Description
DnsRootServer
| Improve this Doc View Source

F

Declaration
public static DnsRootServer F
Field Value
Type Description
DnsRootServer
| Improve this Doc View Source

G

Declaration
public static DnsRootServer G
Field Value
Type Description
DnsRootServer
| Improve this Doc View Source

H

Declaration
public static DnsRootServer H
Field Value
Type Description
DnsRootServer
| Improve this Doc View Source

I

Declaration
public static DnsRootServer I
Field Value
Type Description
DnsRootServer
| Improve this Doc View Source

J

Declaration
public static DnsRootServer J
Field Value
Type Description
DnsRootServer
| Improve this Doc View Source

K

Declaration
public static DnsRootServer K
Field Value
Type Description
DnsRootServer
| Improve this Doc View Source

L

Declaration
public static DnsRootServer L
Field Value
Type Description
DnsRootServer
| Improve this Doc View Source

M

Declaration
public static DnsRootServer M
Field Value
Type Description
DnsRootServer

Properties

| Improve this Doc View Source

All

Declaration
public static IReadOnlyList<DnsRootServer> All { get; }
Property Value
Type Description
IReadOnlyList<DnsRootServer>
| Improve this Doc View Source

Hostname

Declaration
public string Hostname { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Ipv4Address

Declaration
public IPAddress Ipv4Address { get; }
Property Value
Type Description
IPAddress
| Improve this Doc View Source

Ipv6Address

Declaration
public IPAddress Ipv6Address { get; }
Property Value
Type Description
IPAddress
| Improve this Doc View Source

Letter

Declaration
public char Letter { get; }
Property Value
Type Description
Char
| Improve this Doc View Source

Operator

Declaration
public string Operator { get; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX