| Interface | Description |
|---|---|
| IAppHandler | |
| IAppRequestContext | |
| IAppRouter |
The only purpose of this interface is to make it
easier to inject the application specific router by using
"IAppRouter" instead of "IRouter<IAppRequestContext, IDefaultWebsocketContext>".
|
| Class | Description |
|---|---|
| AppRequestContext |
Custom request context class
|
| AppRouter |
The only purpose of this class is to make it
easier to inject the application specific router by using
"IAppRouter" instead of "IRouter<IAppRequestContext>".
|
Copyright © 2016. All rights reserved.