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.

◆ CreateServiceHost()

override System.ServiceModel.ServiceHost Cqrs.Ninject.ServiceHost.NinjectWcfServiceHostFactory< TServiceType >.CreateServiceHost ( Type  serviceType,
Uri []  baseAddresses 
)
protected

Creates a System.ServiceModel.ServiceHost for a specified type of service with a specific base address.

Parameters
serviceTypeSpecifies the Type of service to host.
baseAddressesThe System.Array of type System.Uri that contains the base addresses for the service hosted.
Returns
A System.ServiceModel.ServiceHost for the type of service specified with a specific base address.