C# Class MyServiceHostFactory, code

Inheritance: ServiceHostFactory
Mostrar archivo Open project: shendongnian/code

Protected Methods

Method Description
CreateServiceHost ( Type, serviceType, Array, baseAddresses ) : ServiceHost,

Creates a new ServiceHost using the specified service and base addresses.

Method Details

CreateServiceHost() protected method

Creates a new ServiceHost using the specified service and base addresses.
protected CreateServiceHost ( Type, serviceType, Array, baseAddresses ) : ServiceHost,
serviceType Type,
baseAddresses Array,
return ServiceHost,