コード例 #1
0
 /// <summary>
 /// Constructs an AFS database resource data from the given subtype and host name.
 /// </summary>
 /// <param name="subtype">The subtype of the resource data.</param>
 /// <param name="hostName">A host that has a server for the cell named by the owner name of the RR.</param>
 public DnsResourceDataAfsDatabase(DnsAfsDatabaseSubtype subtype, DnsDomainName hostName)
     : base((ushort)subtype, hostName)
 {
 }
コード例 #2
0
 public DnsResourceDataAfsDatabase(DnsAfsDatabaseSubtype subtype, DnsDomainName hostName)
     : base((ushort)subtype, hostName)
 {
 }