public class DnsQuestion : DnsMessageEntryBase,
IEquatable<DnsQuestion>
Public Class DnsQuestion
Inherits DnsMessageEntryBase
Implements IEquatable(Of DnsQuestion)
public ref class DnsQuestion : public DnsMessageEntryBase,
IEquatable<DnsQuestion^>
type DnsQuestion =
class
inherit DnsMessageEntryBase
interface IEquatable<DnsQuestion>
end
DnsQuestion | Creates a new instance of the DnsQuestion class |
Name |
Domain name
(Inherited from DnsMessageEntryBase) |
RecordClass |
Class of the record
(Inherited from DnsMessageEntryBase) |
RecordType |
Type of the record
(Inherited from DnsMessageEntryBase) |
Equals(DnsMessageEntryBase) | (Inherited from DnsMessageEntryBase) |
Equals(DnsQuestion) | |
Equals(Object) | (Overrides DnsMessageEntryBaseEquals(Object)) |
GetHashCode | (Overrides DnsMessageEntryBaseGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString |
Returns the textual representation
(Inherited from DnsMessageEntryBase) |