C# Class Moxiecode.Plupload.UploadEventArgs

Upload event arguments class.
Inheritance: System.EventArgs
Afficher le fichier Open project: neil-chen/NeilChen Class Usage Examples

Méthodes publiques

Méthode Description
UploadEventArgs ( string response ) : System

Main constructor for the upload event.

UploadEventArgs ( string response, long chunk, int chunks ) : System

Main constructor for the upload event.

Method Details

UploadEventArgs() public méthode

Main constructor for the upload event.
public UploadEventArgs ( string response ) : System
response string Response contents as a string.
Résultat System

UploadEventArgs() public méthode

Main constructor for the upload event.
public UploadEventArgs ( string response, long chunk, int chunks ) : System
response string Response contents as a string.
chunk long Current chunk number.
chunks int Total chunks.
Résultat System