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.
|
public UploadEventArgs ( string response ) : System | ||
response | string | Response contents as a string. |
return | System |
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 |