Ejemplo n.º 1
0
 public DnsRequest(DnsHeader header, DnsQuestion question)
 {
     _header   = header;
     _question = question;
 }