This documentation is archived and is not being maintained.

ServiceHostFactoryBase::CreateServiceHost Method

When overridden in a derived class, creates a ServiceHostBase with a specific base address using custom initiation data.

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

public:
virtual ServiceHostBase^ CreateServiceHost(
	String^ constructorString, 
	array<Uri^>^ baseAddresses
) abstract

Parameters

constructorString
Type: System::String
The initialization data that is passed to the ServiceHostBase instance being constructed by the factory.
baseAddresses
Type: array<System::Uri>
An Array of type Uri that contains the base addresses of the host.

Return Value

Type: System.ServiceModel::ServiceHostBase
The ServiceHostBase object with the specified base addresses and initialized with the custom initiation data.

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: