CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Ninject.ServiceHost.NinjectWcfServiceHostFactory< TServiceType > Class Template Reference

A NinjectServiceHostFactory suitable for use with WCF. More...

+ Inheritance diagram for Cqrs.Ninject.ServiceHost.NinjectWcfServiceHostFactory< TServiceType >:

Protected Member Functions

override System.ServiceModel.ServiceHost CreateServiceHost (Type serviceType, Uri[] baseAddresses)
 Creates a System.ServiceModel.ServiceHost for a specified type of service with a specific base address. More...
 

Detailed Description

A NinjectServiceHostFactory suitable for use with WCF.

Template Parameters
TServiceTypeThe Type of the WCF service contract.