WebServiceHostFactory.CreateServiceHost(Type, Uri[]) Method

Definition

Creates an instance of the specified WebServiceHost derived class with the specified base addresses.

protected override System.ServiceModel.ServiceHost CreateServiceHost (Type serviceType, Uri[] baseAddresses);

Parameters

serviceType
Type

The type of service host to create.

baseAddresses
Uri[]

An array of base addresses for the service.

Returns

An instance of a ServiceHost derived class.

Examples

The following example shows a basic implementation of this method.

Remarks

Override this method to create the required service host type and perform any needed processing.

Applies to

Produto Versões
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1