Class PtrRecord
A DnsResourceRecord represending a pointer. These RRs are used in special domains to point to some other location in the domain space.
Inherited Members
Namespace: DnsClient.Protocol
Assembly: DnsClient.dll
Syntax
public class PtrRecord : DnsResourceRecord
Constructors
| Improve this Doc View SourcePtrRecord(ResourceRecordInfo, DnsString)
Initializes a new instance of the PtrRecord class.
Declaration
public PtrRecord(ResourceRecordInfo info, DnsString ptrDomainName)
Parameters
Type | Name | Description |
---|---|---|
ResourceRecordInfo | info | The information. |
DnsString | ptrDomainName | The domain name. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | If |
Properties
| Improve this Doc View SourcePtrDomainName
Gets the domain name which points to some location in the domain name space.
Declaration
public DnsString PtrDomainName { get; }
Property Value
Type | Description |
---|---|
DnsString | The domain name. |