ServiceHost Events
.NET Framework (current version)
Namespace:
System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | Closed | Occurs when a communication object transitions into the closed state.(Inherited from CommunicationObject.) |
![]() | Closing | Occurs when a communication object transitions into the closing state.(Inherited from CommunicationObject.) |
![]() | Faulted | Occurs when a communication object transitions into the faulted state.(Inherited from CommunicationObject.) |
![]() | Opened | Occurs when a communication object transitions into the opened state.(Inherited from CommunicationObject.) |
![]() | Opening | Occurs when a communication object transitions into the opening state.(Inherited from CommunicationObject.) |
![]() | UnknownMessageReceived | Occurs when an unknown message is received.(Inherited from ServiceHostBase.) |
Show:
