Adds dns records to cache. If old entry exists, it is replaced.
| C# | Visual Basic | Managed C++ |
public static void AddToCache ( string qname, int qtype, DnsServerResponse answers )
Public Shared Sub AddToCache ( _ qname As String, _ qtype As Integer, _ answers As DnsServerResponse _ )
public: static void AddToCache ( String^ qname, int qtype, DnsServerResponse^ answers )
- qname (String)
[Missing <param> documentation for "qname"]
- qtype (Int32)
[Missing <param> documentation for "qtype"]
- answers (DnsServerResponse)
[Missing <param> documentation for "answers"]
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)