public void Put(string host, IPAddress ipAddress) { lock (this) { DNSResult dnsresult = new DNSResult(ipAddress); result[host] = dnsresult; } }