예제 #1
0
 public IPv6Response(IPv6Query.Type type, Int16 transID, byte[] dnsName, IPAddress ipv4)
 {
     this.type    = type;
     this.transID = transID;
     this.dnsName = dnsName;
     this.ipv4    = ipv4;
 }
예제 #2
0
 public IPv6Response(IPv6Query.Type type, Int16 transID, byte[] dnsName, IPAddress ipv4)
 {
     this.type = type;
     this.transID = transID;
     this.dnsName = dnsName;
     this.ipv4 = ipv4;
 }