Class AfsDbRecord
A DnsResourceRecord representing an AFS database location.
Inherited Members
Namespace: DnsClient.Protocol
Assembly: DnsClient.dll
Syntax
public class AfsDbRecord : DnsResourceRecord
Constructors
| Improve this Doc View SourceAfsDbRecord(ResourceRecordInfo, AfsType, DnsString)
Initializes a new instance of the AfsDbRecord class.
Declaration
public AfsDbRecord(ResourceRecordInfo info, AfsType type, DnsString name)
Parameters
Type | Name | Description |
---|---|---|
ResourceRecordInfo | info | The information. |
AfsType | type | The type. |
DnsString | name | The name. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | If |
Properties
| Improve this Doc View SourceHostname
Gets the hostname.
Declaration
public DnsString Hostname { get; }
Property Value
Type | Description |
---|---|
DnsString | The hostname. |
SubType
Gets the AfsType.
Declaration
public AfsType SubType { get; }
Property Value
Type | Description |
---|---|
AfsType | The sub type. |