DataServiceHostFactory.CreateServiceHost(Type, 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 new DataServiceHost from the URI.
protected:
 override System::ServiceModel::ServiceHost ^ CreateServiceHost(Type ^ serviceType, cli::array <Uri ^> ^ baseAddresses);protected override System.ServiceModel.ServiceHost CreateServiceHost(Type serviceType, Uri[] baseAddresses);override this.CreateServiceHost : Type * Uri[] -> System.ServiceModel.ServiceHostProtected Overrides Function CreateServiceHost (serviceType As Type, baseAddresses As Uri()) As ServiceHostParameters
- serviceType
- Type
Specifies the type of WCF service to host.
- baseAddresses
- Uri[]
An array of base addresses for the service.
Returns
The created DataServiceHost object.