Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CNAME.cs
1using System;
2using System.Collections.Generic;
3using System.IO;
5
7{
12 {
16 public CNAME()
17 : base()
18 {
19 }
20
29 public CNAME(string Name, TYPE Type, CLASS Class, uint Ttl, Stream Data)
30 : base(Name, Type, Class, Ttl, Data)
31 {
32 }
33 }
34}
CNAME(string Name, TYPE Type, CLASS Class, uint Ttl, Stream Data)
Canonical NAME
Definition: CNAME.cs:29
Abstract base class for resource records referring to a name.
CLASS
TYPE fields are used in resource records.
Definition: CLASS.cs:11
TYPE
TYPE fields are used in resource records.
Definition: TYPE.cs:11