Click or drag to resize

SecureServiceHostFactoryCreateServiceHost(Type, Uri) Method

Creates a new ServiceHost 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 ServiceHost.
See Also