ServiceHostFactoryBase::CreateServiceHost Method (String^, array<Uri^>^)

 

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
Available since 3.0
Return to top
Show: