Blog.Common.Web.Attributes.ApiRequestLoggerAttribute.OnActionExecuting C# (CSharp) Method

OnActionExecuting() public method

public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext actionContext ) : void
actionContext System.Web.Http.Controllers.HttpActionContext
return void
        public override void OnActionExecuting(HttpActionContext actionContext)
        {
            _stopWatch.Reset();
            _stopWatch.Start();
        }