LumiSoft Net Help
Query Method (queryText, queryType)
NamespacesLumiSoft.Net.DNS.ClientDns_ClientQuery(String, DNS_QType)
Queries server with specified query.
Declaration Syntax
C#Visual BasicVisual C++F#
public DnsServerResponse Query(
	string queryText,
	DNS_QType queryType
)
Public Function Query ( 
	queryText As String,
	queryType As DNS_QType
) As DnsServerResponse
public:
DnsServerResponse^ Query(
	String^ queryText, 
	DNS_QType queryType
)
member Query : 
        queryText : string * 
        queryType : DNS_QType -> DnsServerResponse 
Parameters
queryText (String)
Query text. It depends on queryType.
queryType (DNS_QType)
Query type.
Return Value
DnsServerResponse
Returns DSN server response.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and and this method is accessed.
ArgumentNullExceptionIs raised when queryText is null.

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