C# Class AjaxControlToolkit.AjaxFileUpload.UploadRequestProcessor

Mostrar archivo Open project: DevExpress/AjaxControlToolkit

Public Properties

Property Type Description
Context System.Web.HttpContext
SetUploadedFilePath Action
UploadComplete EventHandler
UploadCompleteAll EventHandler
UploadStart EventHandler

Private Properties

Property Type Description
ParseRequest XhrType

Public Methods

Method Description
ProcessRequest ( ) : void
XhrCancel ( string fileId ) : void
XhrComplete ( ) : void
XhrDone ( string fileId ) : void
XhrPoll ( string fileId ) : void
XhrStart ( ) : void

Private Methods

Method Description
ParseRequest ( string &fileId ) : XhrType

Method Details

ProcessRequest() public method

public ProcessRequest ( ) : void
return void

XhrCancel() public method

public XhrCancel ( string fileId ) : void
fileId string
return void

XhrComplete() public method

public XhrComplete ( ) : void
return void

XhrDone() public method

public XhrDone ( string fileId ) : void
fileId string
return void

XhrPoll() public method

public XhrPoll ( string fileId ) : void
fileId string
return void

XhrStart() public method

public XhrStart ( ) : void
return void

Property Details

Context public_oe property

public HttpContext,System.Web Context
return System.Web.HttpContext

SetUploadedFilePath public_oe property

public Action SetUploadedFilePath
return Action

UploadComplete public_oe property

public EventHandler UploadComplete
return EventHandler

UploadCompleteAll public_oe property

public EventHandler UploadCompleteAll
return EventHandler

UploadStart public_oe property

public EventHandler UploadStart
return EventHandler