Click or drag to resize

BrowserProcessServiceHost Events

Version 102.0.100

The BrowserProcessServiceHost type exposes the following members.

Events
  NameDescription
Public eventClosed
Occurs when a communication object transitions into the closed state.
(Inherited from CommunicationObject.)
Public eventClosing
Occurs when a communication object transitions into the closing state.
(Inherited from CommunicationObject.)
Public eventFaulted
Occurs when a communication object transitions into the faulted state.
(Inherited from CommunicationObject.)
Public eventOpened
Occurs when a communication object transitions into the opened state.
(Inherited from CommunicationObject.)
Public eventOpening
Occurs when a communication object transitions into the opening state.
(Inherited from CommunicationObject.)
Public eventUnknownMessageReceived
Occurs when an unknown message is received.
(Inherited from ServiceHostBase.)
Top
See Also