Nevron.UI.WebForm.Controls Namespace / NClientServerTechnology Class / IsHttpHandlerRegisteredIIS7 Method


In This Topic
    IsHttpHandlerRegisteredIIS7 Method
    In This Topic
    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
    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