ServiceHostFactory::CreateServiceHost Method
.NET Framework (current version)
Creates a ServiceHost.
Assembly: System.ServiceModel.Activation (in System.ServiceModel.Activation.dll)
| Name | Description | |
|---|---|---|
![]() | CreateServiceHost(String^, array<Uri^>^) | Creates a ServiceHost with specific base addresses and initializes it with specified data.(Overrides ServiceHostFactoryBase::CreateServiceHost(String^, array<Uri^>^).) |
![]() | CreateServiceHost(Type^, array<Uri^>^) | Creates a ServiceHost for a specified type of service with a specific base address. |
Show:

