Class DnsDomainResource
Represents a DNS text resource containing a domain name.
Inherited Members
Namespace: Ae.Dns.Protocol.Records
Assembly: Ae.Dns.Protocol.dll
Syntax
public sealed class DnsDomainResource : DnsStringResource, IDnsResource, IDnsByteArrayWriter, IEquatable<DnsStringResource>
Properties
| Improve this Doc View SourceCanUseCompression
Describes whether this string resource can use string compression.
Declaration
protected override bool CanUseCompression { get; }
Property Value
Type | Description |
---|---|
Boolean |
Overrides
| Improve this Doc View SourceDomain
Get the value of this entry as a domain name.
Declaration
public string Domain { get; }
Property Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Implements
IEquatable<>