Click or drag to resize

WebApiServiceHostFactoryCreateServiceHost Method (Type, Uri)

Namespace:  Colygon.MatchPoint.WebApi
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
protected override ServiceHost CreateServiceHost(
	Type serviceType,
	Uri[] baseAddresses
)

Parameters

serviceType
Type: SystemType
baseAddresses
Type: SystemUri

Return Value

Type: ServiceHost
See Also