Click or drag to resize

SelfHostingServiceServiceHost Property

Gets the WebServiceHost hosting the web service.

Namespace: GSF.ServiceModel
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public ServiceHost ServiceHost { get; }
View Source

Property Value

ServiceHost

Implements

ISelfHostingServiceServiceHost
Remarks
By default, the ServiceHost only has WebHttpBinding endpoint at the Endpoints. Additional endpoints can be added to the ServiceHost when ServiceHostCreated event is fired.
See Also