Nevron .NET Vision
Nevron.Chart.ThinWeb Namespace / NThinChartControlHttpHandler Class / ProcessRequest Method


In This Topic
    ProcessRequest Method (NThinChartControlHttpHandler)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub ProcessRequest( _
       ByVal context As System.Web.HttpContext _
    ) 
    'Usage
     
    
    Dim instance As NThinChartControlHttpHandler
    Dim context As System.Web.HttpContext
     
    instance.ProcessRequest(context)
    public void ProcessRequest( 
       System.Web.HttpContext context
    )

    Parameters

    context
    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