Property | Type | Description | |
---|---|---|---|
Logger | ILoggingService |
Method | Description | |
---|---|---|
OnActionExecuted ( HttpActionExecutedContext actionExecutedContext ) : void | ||
OnActionExecuting ( HttpActionContext actionContext ) : void | ||
ProfilingFilter ( ILoggingService logger ) : System.Web.Http.Controllers |
public OnActionExecuted ( HttpActionExecutedContext actionExecutedContext ) : void | ||
actionExecutedContext | HttpActionExecutedContext | |
return | void |
public OnActionExecuting ( HttpActionContext actionContext ) : void | ||
actionContext | HttpActionContext | |
return | void |
public ProfilingFilter ( ILoggingService logger ) : System.Web.Http.Controllers | ||
logger | ILoggingService | |
return | System.Web.Http.Controllers |