메소드 | 설명 | |
---|---|---|
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. |
리턴 | 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. |
리턴 | System |