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

Inheritance: ApiController
Exibir arquivo Open project: jayway/Throttling.Lab

Public Methods

Method Description
AccountsController ( ) : System
AccountsController ( IThrottlingContext throttlingContext ) : System

Private Methods

Method 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 method

public AccountsController ( ) : System
return System

AccountsController() public method

public AccountsController ( IThrottlingContext throttlingContext ) : System
throttlingContext IThrottlingContext
return System