 | MiscGetActiveHttpModules Method |
Get a string's list of current active HTPP modules on server (by web.config configuration)
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static List<string> GetActiveHttpModules()
Public Shared Function GetActiveHttpModules As List(Of String)
Return Value
Type:
ListStringList of string with http modules name on success; null on error
See Also