Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
QTYPE.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Waher.Networking.DNS.Enumerations
6
{
10
public
enum
QTYPE
11
{
15
A = 1,
16
20
NS = 2,
21
25
MD = 3,
26
30
MF = 4,
31
35
CNAME = 5,
36
40
SOA = 6,
41
45
MB = 7,
46
50
MG = 8,
51
55
MR = 9,
56
60
NULL = 10,
61
65
WKS = 11,
66
70
PTR = 12,
71
75
HINFO = 13,
76
80
MINFO = 14,
81
85
MX = 15,
86
90
TXT = 16,
91
95
AAAA = 28,
96
100
SRV = 33,
101
105
AXFR = 252,
106
110
MAILB = 253,
111
115
MAILA = 254,
116
120
Wildcard = 255
121
}
122
}
Waher.Networking.DNS.Enumerations
Definition:
CLASS.cs:6
Waher.Networking.DNS.Enumerations.QTYPE
QTYPE
QTYPE fields appear in the question part of a query.
Definition:
QTYPE.cs:11
IoTGateway
Networking
Waher.Networking.DNS
Enumerations
QTYPE.cs
Generated by
1.9.5