C# Class RestApi.Filters.ThrottleAttribute

Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Afficher le fichier Open project: bouvet/BBR2015

Méthodes publiques

Méthode Description
OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext context ) : void
Reload ( ) : void

Private Methods

Méthode 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 méthode

public OnActionExecuting ( System.Web.Http.Controllers.HttpActionContext context ) : void
context System.Web.Http.Controllers.HttpActionContext
Résultat void

Reload() public static méthode

public static Reload ( ) : void
Résultat void