22 this.cpu =
string.Empty;
23 this.os =
string.Empty;
44 [DefaultValueStringEmpty]
48 set => this.cpu = value;
54 [DefaultValueStringEmpty]
58 set => this.os = value;
64 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.