ServiceHostFactory.CreateServiceHost Method (Type, Uri[])

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

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

protected:
virtual ServiceHost^ CreateServiceHost (
	Type^ serviceType, 
	array<Uri^>^ baseAddresses
)
protected ServiceHost CreateServiceHost (
	Type serviceType, 
	Uri[] baseAddresses
)
protected function CreateServiceHost (
	serviceType : Type, 
	baseAddresses : Uri[]
) : ServiceHost
Not applicable.

Parameters

serviceType

Specifies the type of service to host.

baseAddresses

The Array of type Uri that contains the base addresses for the service hosted.

Return Value

A 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:

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0

Community Additions

ADD
Show: