LumiSoft Net Help
Dns_Client..::..GetHostsAddressesAsyncOP Constructor (hostNames, resolveAny)
NamespacesLumiSoft.Net.DNS.ClientDns_Client..::..GetHostsAddressesAsyncOPDns_Client..::..GetHostsAddressesAsyncOP(array<String>[]()[][], Boolean)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public GetHostsAddressesAsyncOP(
	string[] hostNames,
	bool resolveAny
)
Public Sub New ( 
	hostNames As String(),
	resolveAny As Boolean
)
public:
GetHostsAddressesAsyncOP(
	array<String^>^ hostNames, 
	bool resolveAny
)
new : 
        hostNames : string[] * 
        resolveAny : bool -> GetHostsAddressesAsyncOP
Parameters
hostNames (array<String>[]()[][])
Host names to resolve.
resolveAny (Boolean)
If true, as long as one host name is resolved, no error returned.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when hostNames is null reference.

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