C# Class MyServiceHostFactory, code

Inheritance: ServiceHostFactory
Afficher le fichier Open project: shendongnian/code

Méthodes protégées

Méthode Description
CreateServiceHost ( Type, serviceType, Array, baseAddresses ) : ServiceHost,

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

Method Details

CreateServiceHost() protected méthode

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