Class HInfoRecord
A DnsResourceRecord used to acquire general information about a host.
Inherited Members
Namespace: DnsClient.Protocol
Assembly: DnsClient.dll
Syntax
public class HInfoRecord : DnsResourceRecord
Constructors
| Improve this Doc View SourceHInfoRecord(ResourceRecordInfo, String, String)
Initializes a new instance of the HInfoRecord class.
Declaration
public HInfoRecord(ResourceRecordInfo info, string cpu, string os)
Parameters
Type | Name | Description |
---|---|---|
ResourceRecordInfo | info | The information. |
String | cpu | The cpu. |
String | os | The os. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | If |
Properties
| Improve this Doc View SourceCpu
Gets a string
which specifies the CPU type.
Declaration
public string Cpu { get; }
Property Value
Type | Description |
---|---|
String | The cpu. |
OS
Gets a string
which specifies the operating system type.
Declaration
public string OS { get; }
Property Value
Type | Description |
---|---|
String | The os. |