DnsResolveEndArgs Constructor

AdiIRC API v2

DnsResolveEndArgs Constructor

Constructor for arguments class passed to the DnsResolveEnd event

Namespace:  AdiIRCAPIv2.Arguments.Dns
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public DnsResolveEndArgs(
	bool ipv4,
	bool ipv6,
	string address,
	ICollection<IDns> addresses,
	bool error
)
Public Sub New ( 
	ipv4 As Boolean,
	ipv6 As Boolean,
	address As String,
	addresses As ICollection(Of IDns),
	error As Boolean
)
public:
DnsResolveEndArgs(
	bool ipv4, 
	bool ipv6, 
	String^ address, 
	ICollection<IDns^>^ addresses, 
	bool error
)
new : 
        ipv4 : bool * 
        ipv6 : bool * 
        address : string * 
        addresses : ICollection<IDns> * 
        error : bool -> DnsResolveEndArgs

Parameters

ipv4
Type: SystemBoolean
bool>
ipv6
Type: SystemBoolean
bool>
address
Type: SystemString
string>
addresses
Type: System.Collections.GenericICollectionIDns
ICollection
error
Type: SystemBoolean
bool
See Also