2using System.Collections.Generic;
24 this.cpu =
string.Empty;
25 this.os =
string.Empty;
46 [DefaultValueStringEmpty]
50 set => this.cpu = value;
56 [DefaultValueStringEmpty]
60 set => this.os = value;
66 return base.ToString() +
"\t" + this.cpu +
"\t" + this.os;
Abstract base class for DNS clients.
General information about a host.
HINFO(string Name, TYPE Type, CLASS Class, uint Ttl, Stream Data)
General information about a host.
string CPU
Specifies the CPU type.
HINFO()
General information about a host.
string OS
Specifies the OS type.
override string ToString()
Abstract base class for a resource record.
TYPE Type
Resource Record Type
CLASS Class
Resource Record Class
CLASS
TYPE fields are used in resource records.
TYPE
TYPE fields are used in resource records.