프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Logger | ILoggingService |
메소드 | 설명 | |
---|---|---|
OnActionExecuted ( HttpActionExecutedContext actionExecutedContext ) : void | ||
OnActionExecuting ( HttpActionContext actionContext ) : void | ||
ProfilingFilter ( ILoggingService logger ) : System.Web.Http.Controllers |
public OnActionExecuted ( HttpActionExecutedContext actionExecutedContext ) : void | ||
actionExecutedContext | HttpActionExecutedContext | |
리턴 | void |
public OnActionExecuting ( HttpActionContext actionContext ) : void | ||
actionContext | HttpActionContext | |
리턴 | void |
public ProfilingFilter ( ILoggingService logger ) : System.Web.Http.Controllers | ||
logger | ILoggingService | |
리턴 | System.Web.Http.Controllers |