C# 클래스 Resumable.Models.ResumableConfiguration

파일 보기 프로젝트 열기: 23/resumable.js 1 사용 예제들

공개 메소드들

메소드 설명
Create ( string identifier, string filename, int chunks ) : ResumableConfiguration

Creates an object with file upload configuration.

ResumableConfiguration ( )

메소드 상세

Create() 공개 정적인 메소드

Creates an object with file upload configuration.
public static Create ( string identifier, string filename, int chunks ) : ResumableConfiguration
identifier string Upload unique identifier.
filename string File name.
chunks int Number of file chunks.
리턴 ResumableConfiguration

ResumableConfiguration() 공개 메소드