コード例 #1
0
 public void Put(string host, IPAddress ipAddress)
 {
     lock (this)
     {
         DNSResult dnsresult = new DNSResult(ipAddress);
         result[host] = dnsresult;
     }
 }
コード例 #2
0
 public void Put(string host, IPAddress ipAddress)
 {
     lock (this)
     {
         DNSResult dnsresult = new DNSResult(ipAddress);
         result[host] = dnsresult;
     }
 }