DnsResolveStartedArgs Constructor

AdiIRC API v2

DnsResolveStartedArgs Constructor

Constructor for arguments class passed to the DnsResolveStarted event

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

Parameters

ipv4
Type: SystemBoolean
bool>
ipv6
Type: SystemBoolean
bool>
address
Type: SystemString
string>
See Also