Click or drag to resize
MiscGetActiveHttpModules Method
Get a string's list of current active HTPP modules on server (by web.config configuration)

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static List<string> GetActiveHttpModules()

Return Value

Type: ListString
List of string with http modules name on success; null on error
See Also