Show / Hide Table of Contents

Class DnsDomainResource

Represents a DNS text resource containing a domain name.

Inheritance
Object
DnsStringResource
DnsDomainResource
Implements
IDnsResource
IDnsByteArrayWriter
IEquatable<DnsStringResource>
Inherited Members
DnsStringResource.Entries
DnsStringResource.Equals(DnsStringResource)
DnsStringResource.Equals(Object)
DnsStringResource.GetHashCode()
DnsStringResource.ReadBytes(ReadOnlyMemory<Byte>, Int32, Int32)
DnsStringResource.WriteBytes(Memory<Byte>, Int32)
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 Source

CanUseCompression

Describes whether this string resource can use string compression.

Declaration
protected override bool CanUseCompression { get; }
Property Value
Type Description
Boolean
Overrides
DnsStringResource.CanUseCompression
| Improve this Doc View Source

Domain

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 Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String

Implements

IDnsResource
IDnsByteArrayWriter
IEquatable<>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX