Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NClientServerTechnology Class / IsHttpHandlerRegisteredIIS7 Method
The HTTP handler to test upon.


In This Topic
    IsHttpHandlerRegisteredIIS7 Method
    In This Topic
    Tests if an HTTP handler is registered in the web.config file under the configuration section system.webServer/handlers.
    Syntax
    'Declaration
     
    
    Protected Function IsHttpHandlerRegisteredIIS7( _
       ByVal Action As System.Web.Configuration.HttpHandlerAction _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NClientServerTechnology
    Dim Action As System.Web.Configuration.HttpHandlerAction
    Dim value As System.Boolean
     
    value = instance.IsHttpHandlerRegisteredIIS7(Action)
    protected System.bool IsHttpHandlerRegisteredIIS7( 
       System.Web.Configuration.HttpHandlerAction Action
    )

    Parameters

    Action
    The HTTP handler to test upon.

    Return Value

    True if the HTTP handler is registered, otherwise false.
    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