Class AddressRecord
Base class for DnsResourceRecords transporting an IPAddress.
Inherited Members
Namespace: DnsClient.Protocol
Assembly: DnsClient.dll
Syntax
public class AddressRecord : DnsResourceRecord
Constructors
| Improve this Doc View SourceAddressRecord(ResourceRecordInfo, IPAddress)
Initializes a new instance of the AddressRecord class.
Declaration
public AddressRecord(ResourceRecordInfo info, IPAddress address)
Parameters
Type | Name | Description |
---|---|---|
ResourceRecordInfo | info | The information. |
IPAddress | address | The address. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | If |
ArgumentNullException | If |
Properties
| Improve this Doc View SourceAddress
Gets the IPAddress.
Declaration
public IPAddress Address { get; }
Property Value
Type | Description |
---|---|
IPAddress | The address. |