Namespace DotNetBrowser.Handlers
Classes
- AsyncHandler<TParameters, TResponse>
The default implementation of the IHandler<TParameters, TResponse> interface.
- Handler<TParameters>
The default implementation of the IHandler<TParameters> interface.
- Handler<TParameters, TResponse>
The default implementation of the IHandler<TParameters, TResponse> interface.
Interfaces
- IHandler<TParameters>
The common interface for all handlers that must be executed synchronously, but do not have to return a value.
- IHandler<TParameters, TResponse>
The common interface for all handlers.