Click or drag to resize

SelfHostingServiceServiceHostCreated Event

Occurs when the ServiceHost has been created with the specified Endpoints.

Namespace: GSF.ServiceModel
Assembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.181-beta
Syntax
public event EventHandler ServiceHostCreated
View Source

Value

EventHandler

Implements

ISelfHostingServiceServiceHostCreated
Remarks
When ServiceHostCreated event is fired, changes like adding new endpoints can be made to the ServiceHost.
See Also