[This is preliminary documentation and is subject to change.]
Occurs when the ServiceHost has been created for the specified ServiceUri.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler ServiceHostCreated
Public Event ServiceHostCreated As EventHandler
public: virtual event EventHandler^ ServiceHostCreated { void add (EventHandler^ value); void remove (EventHandler^ value); }
Remarks
When ServiceHostCreated event is fired, changes like adding new endpoints, can be made to the ServiceHost.