isHttpRequestHandlerFunction

Compile-time function used to determine if something is a request handler function. That is, it returns void, takes ref HttpRequestContext as a single argument, and is callable.

bool
isHttpRequestHandlerFunction
(
T
)
()

Return Value

Type: bool

True if the given type is a request handler function.