Queries server with specified query.
Declaration Syntax
C# | Visual Basic | Visual 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
Return Value
DnsServerResponse
Returns DSN server response.
Returns DSN server response.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this object is disposed and and this method is accessed. |
ArgumentNullException | Is raised when queryText is null. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119