New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
IsReusable
context
Telerik.Web.UI.RadUploadProgressHandler
This Class defines the RadUploadProgressHandler that inherits IHttpHandler.
Inheritance Hierarchy
- System.Object
- Telerik.Web.UI.RadUploadProgressHandler : IHttpHandler
Properties
IsReusable Boolean
Gets a value indicating whether another request can use the instance.
Methods
ProcessRequest
Enables processing of HTTP Web requests by a custom HttpHandler that implements the interface.
Parameters
context System.Web.HttpContext
An object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
Returns
System.Void