LumiSoft Net Help
AddToCache Method (qname, qtype, answers)
NamespacesLumiSoft.Net.DNS.ClientDnsCacheAddToCache(String, Int32, DnsServerResponse)
Adds dns records to cache. If old entry exists, it is replaced.
Declaration Syntax
C#Visual BasicVisual C++F#
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
)
static member AddToCache : 
        qname : string * 
        qtype : int * 
        answers : DnsServerResponse -> unit 
Parameters
qname (String)

[Missing <param name="qname"/> documentation for "M:LumiSoft.Net.DNS.Client.DnsCache.AddToCache(System.String,System.Int32,LumiSoft.Net.DNS.Client.DnsServerResponse)"]

qtype (Int32)

[Missing <param name="qtype"/> documentation for "M:LumiSoft.Net.DNS.Client.DnsCache.AddToCache(System.String,System.Int32,LumiSoft.Net.DNS.Client.DnsServerResponse)"]

answers (DnsServerResponse)

[Missing <param name="answers"/> documentation for "M:LumiSoft.Net.DNS.Client.DnsCache.AddToCache(System.String,System.Int32,LumiSoft.Net.DNS.Client.DnsServerResponse)"]

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119