C# 클래스 EventStore.Core.Tests.Services.Transport.Http.FakeController

상속: IHttpController
파일 보기 프로젝트 열기: EventStore/EventStore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BoundRoutes string>>.List
CountdownEvent System.Threading.CountdownEvent
SupportedCodecs ICodec[]

공개 메소드들

메소드 설명
FakeController ( int reqCount, IUriRouter router ) : System
Subscribe ( IHttpService http ) : void

비공개 메소드들

메소드 설명
Register ( string route, string verb ) : void

메소드 상세

FakeController() 공개 메소드

public FakeController ( int reqCount, IUriRouter router ) : System
reqCount int
router IUriRouter
리턴 System

Subscribe() 공개 메소드

public Subscribe ( IHttpService http ) : void
http IHttpService
리턴 void

프로퍼티 상세

BoundRoutes 공개적으로 프로퍼티

public List> BoundRoutes
리턴 string>>.List

CountdownEvent 공개적으로 프로퍼티

public CountdownEvent,System.Threading CountdownEvent
리턴 System.Threading.CountdownEvent

SupportedCodecs 공개적으로 정적으로 프로퍼티

public static ICodec[] SupportedCodecs
리턴 ICodec[]