C# Class EventStore.Core.Tests.Services.Transport.Http.FakeController

Inheritance: IHttpController
Afficher le fichier Open project: EventStore/EventStore Class Usage Examples

Méthodes publiques

Свойство Type Description
BoundRoutes string>>.List
CountdownEvent System.Threading.CountdownEvent
SupportedCodecs ICodec[]

Méthodes publiques

Méthode Description
FakeController ( int reqCount, IUriRouter router ) : System
Subscribe ( IHttpService http ) : void

Private Methods

Méthode Description
Register ( string route, string verb ) : void

Method Details

FakeController() public méthode

public FakeController ( int reqCount, IUriRouter router ) : System
reqCount int
router IUriRouter
Résultat System

Subscribe() public méthode

public Subscribe ( IHttpService http ) : void
http IHttpService
Résultat void

Property Details

BoundRoutes public_oe property

public List> BoundRoutes
Résultat string>>.List

CountdownEvent public_oe property

public CountdownEvent,System.Threading CountdownEvent
Résultat System.Threading.CountdownEvent

SupportedCodecs public_oe static_oe property

public static ICodec[] SupportedCodecs
Résultat ICodec[]