C# 클래스 Jayway.Throttling.Web.Controllers.AccountsController

상속: ApiController
파일 보기 프로젝트 열기: jayway/Throttling.Lab

공개 메소드들

메소드 설명
AccountsController ( ) : System
AccountsController ( IThrottlingContext throttlingContext ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

AccountsController() 공개 메소드

public AccountsController ( ) : System
리턴 System

AccountsController() 공개 메소드

public AccountsController ( IThrottlingContext throttlingContext ) : System
throttlingContext IThrottlingContext
리턴 System