ServiceHostFactory::CreateServiceHost Method

 

Creates a ServiceHost.

Namespace:   System.ServiceModel.Activation
Assembly:  System.ServiceModel.Activation (in System.ServiceModel.Activation.dll)

NameDescription
System_CAPS_pubmethodCreateServiceHost(String^, array<Uri^>^)

Creates a ServiceHost with specific base addresses and initializes it with specified data.(Overrides ServiceHostFactoryBase::CreateServiceHost(String^, array<Uri^>^).)

System_CAPS_protmethodCreateServiceHost(Type^, array<Uri^>^)

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

Return to top
Show: