AjaxUploader
Search Results for

    Show / Hide Table of Contents

    Class UploadModule

    Lightweight compatibility stub for the old upload module integration points.

    Inheritance
    object
    UploadModule
    Implements
    IHttpModule
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: CuteWebUI
    Assembly: AjaxUploader.dll
    Syntax
    public class UploadModule : IHttpModule

    Properties

    LimitSpeedForTest

    Declaration
    public static bool LimitSpeedForTest { get; }
    Property Value
    Type Description
    bool

    UploadModuleSkipKB

    Declaration
    public static int UploadModuleSkipKB { get; }
    Property Value
    Type Description
    int

    Methods

    Dispose()

    Disposes of the resources (other than memory) used by the module that implements IHttpModule.

    Declaration
    public void Dispose()

    HandleAddonUpload(HttpContext)

    Declaration
    public static bool HandleAddonUpload(HttpContext context)
    Parameters
    Type Name Description
    HttpContext context
    Returns
    Type Description
    bool

    HandleResource(HttpContext)

    Declaration
    public static bool HandleResource(HttpContext context)
    Parameters
    Type Name Description
    HttpContext context
    Returns
    Type Description
    bool

    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
    Type Name Description
    HttpContext context
    Returns
    Type Description
    bool

    Implements

    IHttpModule
    In this article
    Back to top AjaxUploader 5.0 API Reference