C# Class RestApi.Filters.ThrottleAttribute

Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Datei anzeigen Open project: bouvet/BBR2015

Public Methods

Method Description
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext context ) : void
Reload ( ) : void

Private Methods

Method Description
GetHeaderValue ( System.Web.Http.Controllers.HttpActionContext context, string key ) : string
LagKey ( string lagKode, string deltakerKode, HttpRequestMessage request ) : string
ThrottleAttribute ( ) : System

Method Details

OnActionExecuting() public method

public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext context ) : void
context System.Web.Http.Controllers.HttpActionContext
return void

Reload() public static method

public static Reload ( ) : void
return void