Search Results for

    Show / Hide Table of Contents

    Class HttpContextBaseFactory

    Implements the IHttpContextBaseFactory for the normal HttpContext class

    Inheritance
    System.Object
    HttpContextBaseFactory
    Implements
    IHttpContextBaseFactory
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Lib.Web
    Assembly: ImageVault.Common.dll
    Syntax
    public class HttpContextBaseFactory : IHttpContextBaseFactory

    Fields

    Instance

    Get/Sets the Instance of the HttpContextBaseFactory

    Declaration
    public static HttpContextBaseFactory Instance
    Field Value
    Type Description
    HttpContextBaseFactory

    Properties

    Current

    Gets the Current of the httpContextBaseFactory

    Declaration
    public HttpContextBase Current { get; }
    Property Value
    Type Description
    System.Web.HttpContextBase

    Implements

    IHttpContextBaseFactory

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022