WasHostedComPlusFactory.CreateServiceHost(String, Uri[]) Method       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a service host for the specified URI.
public:
 override System::ServiceModel::ServiceHostBase ^ CreateServiceHost(System::String ^ constructorString, cli::array <Uri ^> ^ baseAddresses);public override System.ServiceModel.ServiceHostBase CreateServiceHost(string constructorString, Uri[] baseAddresses);override this.CreateServiceHost : string * Uri[] -> System.ServiceModel.ServiceHostBasePublic Overrides Function CreateServiceHost (constructorString As String, baseAddresses As Uri()) As ServiceHostBaseParameters
- constructorString
- String
A string that contains the Web host parameters.
- baseAddresses
- Uri[]
An array of URIs for which the ServiceHostBase object is to be created.
Returns
A ServiceHostBase object that contains the service host for the specified URI.