This documentation is archived and is not being maintained.
ServiceHostFactoryBase::CreateServiceHost Method
Visual Studio 2010
When overridden in a derived class, creates a ServiceHostBase with a specific base address using custom initiation data.
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::ServiceHostBaseThe ServiceHostBase object with the specified base addresses and initialized with the custom initiation data.
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: