Class UploadModule
Lightweight compatibility stub for the old upload module integration points.
Assembly: AjaxUploader.dll
Syntax
public class UploadModule : IHttpModule
Properties
LimitSpeedForTest
Declaration
public static bool LimitSpeedForTest { get; }
Property Value
UploadModuleSkipKB
Declaration
public static int UploadModuleSkipKB { get; }
Property Value
Methods
Dispose()
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
Declaration
HandleAddonUpload(HttpContext)
Declaration
public static bool HandleAddonUpload(HttpContext context)
Parameters
Returns
HandleResource(HttpContext)
Declaration
public static bool HandleResource(HttpContext context)
Parameters
Returns
Init(HttpApplication)
Initializes a module and prepares it to handle requests.
Declaration
public void Init(HttpApplication context)
Parameters
| Type |
Name |
Description |
| HttpApplication |
context |
An HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application
|
IsUploadModuleInstalled(HttpContext)
Declaration
public static bool IsUploadModuleInstalled(HttpContext context)
Parameters
Returns
Implements