Click or drag to resize

SecureDataServiceHostFactoryCreateServiceHost(Type, Uri) Method

Creates a new DataServiceHost from the URI.

Namespace: GSF.ServiceModel.Activation
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
protected override ServiceHost CreateServiceHost(
	Type serviceType,
	Uri[] baseAddresses
)
View Source

Parameters

serviceType  Type
Specifies the type of WCF service to host.
baseAddresses  Uri
An array of base addresses for the service.

Return Value

ServiceHost
New DataServiceHost.
See Also