CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless 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.