Class DnsRootServer
Inheritance
DnsRootServer
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
Fields
|
Improve this Doc
View Source
A
Declaration
public static DnsRootServer A
Field Value
|
Improve this Doc
View Source
B
Declaration
public static DnsRootServer B
Field Value
|
Improve this Doc
View Source
C
Declaration
public static DnsRootServer C
Field Value
|
Improve this Doc
View Source
D
Declaration
public static DnsRootServer D
Field Value
|
Improve this Doc
View Source
E
Declaration
public static DnsRootServer E
Field Value
|
Improve this Doc
View Source
F
Declaration
public static DnsRootServer F
Field Value
|
Improve this Doc
View Source
G
Declaration
public static DnsRootServer G
Field Value
|
Improve this Doc
View Source
H
Declaration
public static DnsRootServer H
Field Value
|
Improve this Doc
View Source
I
Declaration
public static DnsRootServer I
Field Value
|
Improve this Doc
View Source
J
Declaration
public static DnsRootServer J
Field Value
|
Improve this Doc
View Source
K
Declaration
public static DnsRootServer K
Field Value
|
Improve this Doc
View Source
L
Declaration
public static DnsRootServer L
Field Value
|
Improve this Doc
View Source
M
Declaration
public static DnsRootServer M
Field Value
Properties
|
Improve this Doc
View Source
All
Declaration
public static IReadOnlyList<DnsRootServer> All { get; }
Property Value
|
Improve this Doc
View Source
Hostname
Declaration
public string Hostname { get; }
Property Value
|
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
|
Improve this Doc
View Source
Operator
Declaration
public string Operator { get; }
Property Value
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns