C# Class csExWB.FileDownloadExEndEventArgs

Inheritance: System.EventArgs
ファイルを表示 Open project: mcorrientes/Web-Security-Toolset

Public Properties

Property Type Description
m_SavedFileNamePath string
m_URL string
m_dlUID int

Public Methods

Method Description
FileDownloadExEndEventArgs ( ) : System
Reset ( ) : void
SetParameters ( int uid, string url, string filename ) : void

Method Details

FileDownloadExEndEventArgs() public method

public FileDownloadExEndEventArgs ( ) : System
return System

Reset() public method

public Reset ( ) : void
return void

SetParameters() public method

public SetParameters ( int uid, string url, string filename ) : void
uid int
url string
filename string
return void

Property Details

m_SavedFileNamePath public_oe property

public string m_SavedFileNamePath
return string

m_URL public_oe property

public string m_URL
return string

m_dlUID public_oe property

public int m_dlUID
return int