DnsQuestion Class

A single entry of the Question section of a dns query

Definition

Namespace: ARSoft.Tools.Net.Dns
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public class DnsQuestion : DnsMessageEntryBase, 
	IEquatable<DnsQuestion>
Inheritance
Object    DnsMessageEntryBase    DnsQuestion
Implements
IEquatableDnsQuestion

Constructors

DnsQuestion Creates a new instance of the DnsQuestion class

Properties

Name Domain name
(Inherited from DnsMessageEntryBase)
RecordClass Class of the record
(Inherited from DnsMessageEntryBase)
RecordType Type of the record
(Inherited from DnsMessageEntryBase)

Methods

Equals(DnsMessageEntryBase)
(Inherited from DnsMessageEntryBase)
Equals(DnsQuestion) 
Equals(Object)
(Overrides DnsMessageEntryBaseEquals(Object))
GetHashCode
(Overrides DnsMessageEntryBaseGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString Returns the textual representation
(Inherited from DnsMessageEntryBase)

See Also