ServiceHostFactory.CreateServiceHost Method (Type, Uri())
.NET Framework (current version)
Creates a ServiceHost for a specified type of service with a specific base address.
Assembly: System.ServiceModel.Activation (in System.ServiceModel.Activation.dll)
Protected Overridable Function CreateServiceHost ( serviceType As Type, baseAddresses As Uri() ) As ServiceHost
Parameters
- serviceType
-
Type:
System.Type
Specifies the type of service to host.
- baseAddresses
-
Type:
System.Uri()
The Array of type Uri that contains the base addresses for the service hosted.
Return Value
Type: System.ServiceModel.ServiceHostA ServiceHost for the type of service specified with a specific base address.
This example shows how to create an override implementation of the CreateServiceHost(Type, Uri()) method:
.NET Framework
Available since 3.0
Available since 3.0
Show: