Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NRenderSessionStateManager Class / m_HttpContext Field


In This Topic
    m_HttpContext Field (NRenderSessionStateManager)
    In This Topic
    Cached HTTP Context.
    Syntax
    'Declaration
     
    
    Protected m_HttpContext As System.Web.HttpContext
    'Usage
     
    
    Dim instance As NRenderSessionStateManager
    Dim value As System.Web.HttpContext
     
    value = instance.m_HttpContext
     
    instance.m_HttpContext = value
    protected System.Web.HttpContext m_HttpContext
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also