Class DnsTextResource
Represents a DNS text resource containing a string.
Inherited Members
Namespace: Ae.Dns.Protocol.Records
Assembly: Ae.Dns.Protocol.dll
Syntax
public sealed class DnsTextResource : 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
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Implements
IEquatable<>