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