CodeQL library for C#
codeql/csharp-all 0.9.1 (changelog, source)
Search

Module Http

Provides classes related to the namespace System.Web.Http.

Import path

import semmle.code.csharp.frameworks.system.web.Http

Imports

csharp

The default C# QL library.

Predicates

isServerVariable

Holds if this expression is a constant that evaluates to the name of an IIS server variable.

Classes

ApiController

A subtype of System.Web.Http.ApiController.

SystemWebHttpApiControllerClass

The System.Web.Http.ApiController class.

SystemWebHttpAttribute

An attribute whose type is in the System.Web.Http namespace.

SystemWebHttpClass

A class in the System.Web.Http namespace.

SystemWebHttpInterface

An interface in the System.Web.Http namespace.

SystemWebHttpNamespace

The System.Web.Http namespace.

SystemWebHttpNonActionAttribute

An attribute whose type is System.Web.Http.NonAction.