コード例 #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
ファイル: IPv6Response.cs プロジェクト: ignaciots/EvilFOCA
 public IPv6Response(IPv6Query.Type type, Int16 transID, byte[] dnsName, IPAddress ipv4)
 {
     this.type = type;
     this.transID = transID;
     this.dnsName = dnsName;
     this.ipv4 = ipv4;
 }