C# Class YumaPos.UploadFileServer.Web.Handlers.BasicHandler

Inheritance: IHttpAsyncHandler
Afficher le fichier Open project: yumapos/Yumasoft-UploadServer

Méthodes publiques

Méthode Description
BeginProcessRequest ( HttpContext context, AsyncCallback cb, object extraData ) : IAsyncResult
EndProcessRequest ( IAsyncResult result ) : void
ProcessRequest ( HttpContext context ) : void

Méthodes protégées

Méthode Description
AsyncMethod ( HttpContext context ) : System.Threading.Tasks.Task

Method Details

AsyncMethod() protected méthode

protected AsyncMethod ( HttpContext context ) : System.Threading.Tasks.Task
context System.Web.HttpContext
Résultat System.Threading.Tasks.Task

BeginProcessRequest() public méthode

public BeginProcessRequest ( HttpContext context, AsyncCallback cb, object extraData ) : IAsyncResult
context System.Web.HttpContext
cb AsyncCallback
extraData object
Résultat IAsyncResult

EndProcessRequest() public méthode

public EndProcessRequest ( IAsyncResult result ) : void
result IAsyncResult
Résultat void

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void