C# Class iGoat.Service.StructureMapServiceHostFactory

Inheritance: System.ServiceModel.Activation.ServiceHostFactory
显示文件 Open project: AcklenAvenue/iGoat-Delivery-Back-End

Public Methods

Method Description
StructureMapServiceHostFactory ( ) : System

Protected Methods

Method Description
CreateServiceHost ( Type serviceType, Uri baseAddresses ) : System.ServiceModel.ServiceHost

Method Details

CreateServiceHost() protected method

protected CreateServiceHost ( Type serviceType, Uri baseAddresses ) : System.ServiceModel.ServiceHost
serviceType System.Type
baseAddresses System.Uri
return System.ServiceModel.ServiceHost

StructureMapServiceHostFactory() public method

public StructureMapServiceHostFactory ( ) : System
return System