C# Class Jayway.Throttling.Web.Controllers.AccountsController

Inheritance: ApiController
Afficher le fichier Open project: jayway/Throttling.Lab

Méthodes publiques

Méthode Description
AccountsController ( ) : System
AccountsController ( IThrottlingContext throttlingContext ) : System

Private Methods

Méthode Description
Demo ( string account ) : HttpResponseMessage
Multi ( string account, int calls, int accounts, int cost, int intervalInSeconds, long creditsPerIntervalValue ) : dynamic
Single ( string account, int cost, int intervalInSeconds, long creditsPerIntervalValue ) : HttpResponseMessage

Method Details

AccountsController() public méthode

public AccountsController ( ) : System
Résultat System

AccountsController() public méthode

public AccountsController ( IThrottlingContext throttlingContext ) : System
throttlingContext IThrottlingContext
Résultat System