Class NullRecord
Experimental RR, not sure if the implementation is actually correct either (not tested).
Inherited Members
Namespace: DnsClient.Protocol
Assembly: DnsClient.dll
Syntax
public class NullRecord : DnsResourceRecord
Constructors
| Improve this Doc View SourceNullRecord(ResourceRecordInfo, Byte[])
Initializes a new instance of the NullRecord class.
Declaration
public NullRecord(ResourceRecordInfo info, byte[] anything)
Parameters
Type | Name | Description |
---|---|---|
ResourceRecordInfo | info | The information. |
Byte[] | anything | Anything. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | If |
Properties
| Improve this Doc View SourceAnything
Gets any data stored in this record.
Declaration
public byte[] Anything { get; }
Property Value
Type | Description |
---|---|
Byte[] | The byte array. |
AsString
Gets the raw data of this record as UTF8 string.
Declaration
public string AsString { get; }
Property Value
Type | Description |
---|---|
String |