Method | Description | |
---|---|---|
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void | ||
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void |
Method | Description | |
---|---|---|
GetActionRoute ( System.Web.Http.Controllers.HttpControllerContext controllerContext ) : string | ||
GetLogMessage ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext, long duration ) : string |
public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext actionExecutedContext ) : void | ||
actionExecutedContext | System.Web.Http.Filters.HttpActionExecutedContext | |
return | void |
public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void | ||
actionContext | System.Web.Http.Controllers.HttpActionContext | |
return | void |