C# Class csExWB.FileDownloadExEndEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: mcorrientes/Web-Security-Toolset

Méthodes publiques

Свойство Type Description
m_SavedFileNamePath string
m_URL string
m_dlUID int

Méthodes publiques

Méthode Description
FileDownloadExEndEventArgs ( ) : System
Reset ( ) : void
SetParameters ( int uid, string url, string filename ) : void

Method Details

FileDownloadExEndEventArgs() public méthode

public FileDownloadExEndEventArgs ( ) : System
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

SetParameters() public méthode

public SetParameters ( int uid, string url, string filename ) : void
uid int
url string
filename string
Résultat void

Property Details

m_SavedFileNamePath public_oe property

public string m_SavedFileNamePath
Résultat string

m_URL public_oe property

public string m_URL
Résultat string

m_dlUID public_oe property

public int m_dlUID
Résultat int