Click or drag to resize
WebApiServiceHostFactoryCreateServiceHost Method (Type, Uri)

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

Parameters

serviceType
Type: SystemType
baseAddresses
Type: SystemUri

Return Value

Type: ServiceHost
See Also