C# 클래스 Moxiecode.Plupload.UploadEventArgs

Upload event arguments class.
상속: System.EventArgs
파일 보기 프로젝트 열기: neil-chen/NeilChen 1 사용 예제들

공개 메소드들

메소드 설명
UploadEventArgs ( string response ) : System

Main constructor for the upload event.

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

Main constructor for the upload event.

메소드 상세

UploadEventArgs() 공개 메소드

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

UploadEventArgs() 공개 메소드

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.
리턴 System