C# Class UploadHandler, ChiakiYu

Inheritance: IHttpHandler
Afficher le fichier Open project: andyshao/ChiakiYu Class Usage Examples

Méthodes publiques

Méthode Description
Process ( ) : void
UploadHandler ( HttpContext context, UploadConfig, config ) : System

Private Methods

Méthode Description
CheckFileSize ( int size ) : bool
CheckFileType ( string filename ) : bool
GetStateMessage ( UploadState state ) : string
WriteResult ( ) : void

Method Details

Process() public méthode

public Process ( ) : void
Résultat void

UploadHandler() public méthode

public UploadHandler ( HttpContext context, UploadConfig, config ) : System
context HttpContext
config UploadConfig,
Résultat System