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

Inheritance: IHttpController
Mostrar archivo Open project: EventStore/EventStore Class Usage Examples

Public Properties

Property Type Description
BoundRoutes string>>.List
CountdownEvent System.Threading.CountdownEvent
SupportedCodecs ICodec[]

Public Methods

Method Description
FakeController ( int reqCount, IUriRouter router ) : System
Subscribe ( IHttpService http ) : void

Private Methods

Method Description
Register ( string route, string verb ) : void

Method Details

FakeController() public method

public FakeController ( int reqCount, IUriRouter router ) : System
reqCount int
router IUriRouter
return System

Subscribe() public method

public Subscribe ( IHttpService http ) : void
http IHttpService
return void

Property Details

BoundRoutes public_oe property

public List> BoundRoutes
return string>>.List

CountdownEvent public_oe property

public CountdownEvent,System.Threading CountdownEvent
return System.Threading.CountdownEvent

SupportedCodecs public_oe static_oe property

public static ICodec[] SupportedCodecs
return ICodec[]