Click or drag to resize

ScriptHttpDownloadStartedArgs Constructor

Constructor for arguments class passed to the ScriptHttpDownloadStarted event

Namespace:  AdiIRCAPIv2.Arguments.ScriptHttpDownload
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public ScriptHttpDownloadStartedArgs(
	string name,
	string url,
	string filename
)

Parameters

name
Type: SystemString
string
url
Type: SystemString
string
filename
Type: SystemString
filename
See Also