Class NsRecord
A DnsResourceRecord represending an authoritative name server.
Inherited Members
Namespace: DnsClient.Protocol
Assembly: DnsClient.dll
Syntax
public class NsRecord : DnsResourceRecord
Constructors
| Improve this Doc View SourceNsRecord(ResourceRecordInfo, DnsString)
Initializes a new instance of the NsRecord class.
Declaration
public NsRecord(ResourceRecordInfo info, DnsString name)
Parameters
Type | Name | Description |
---|---|---|
ResourceRecordInfo | info | The information. |
DnsString | name | The name. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | If |
Properties
| Improve this Doc View SourceNSDName
Gets the domain name which specifies a host which should be authoritative for the specified class and domain.
Declaration
public DnsString NSDName { get; }
Property Value
Type | Description |
---|---|
DnsString | The domain name. |