Enables processing of Image Uploader requests.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Sub ProcessRequest ( _
context As HttpContext _
)
public void ProcessRequest(
HttpContext context
)
Type: System.Web.HttpContext
The HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service Image Uploader requests.