Click or drag to resize

BrowserProcessServiceHost Events

Version 130.1.90

The BrowserProcessServiceHost type exposes the following members.

Events
 NameDescription
Public eventClosedOccurs when a communication object transitions into the closed state.
(Inherited from CommunicationObject)
Public eventClosingOccurs when a communication object transitions into the closing state.
(Inherited from CommunicationObject)
Public eventFaultedOccurs when a communication object transitions into the faulted state.
(Inherited from CommunicationObject)
Public eventOpenedOccurs when a communication object transitions into the opened state.
(Inherited from CommunicationObject)
Public eventOpeningOccurs when a communication object transitions into the opening state.
(Inherited from CommunicationObject)
Public eventUnknownMessageReceivedOccurs when an unknown message is received.
(Inherited from ServiceHostBase)
Top
See Also