DataServiceHostFactory.CreateServiceHost(Type, Uri[]) Method

Definition

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.ServiceHost
Protected Overrides Function CreateServiceHost (serviceType As Type, baseAddresses As Uri()) As ServiceHost

Parameters

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.

Applies to