C# Class Moxiecode.Plupload.UploadEventArgs

Upload event arguments class.
Inheritance: System.EventArgs
Datei anzeigen Open project: neil-chen/NeilChen Class Usage Examples

Public Methods

Method 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 method

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

UploadEventArgs() public method

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.
return System