LumiSoft Net Help
DNS_Query Constructor (qtype, qname)
NamespacesLumiSoft.Net.DNSDNS_QueryDNS_Query(DNS_QType, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public DNS_Query(
	DNS_QType qtype,
	string qname
)
Public Sub New ( 
	qtype As DNS_QType,
	qname As String
)
public:
DNS_Query(
	DNS_QType qtype, 
	String^ qname
)
new : 
        qtype : DNS_QType * 
        qname : string -> DNS_Query
Parameters
qtype (DNS_QType)
Query type.
qname (String)
Query text. It depends on query type.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when qname is null reference.

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