Click or drag to resize

ClientHelper Events

The ClientHelper type exposes the following members.

Events
  Name Description
Public event AuthenticationFailure Occurs when the ServiceHelper fails to authenticate the ClientHelper.
Public event AuthenticationSuccess Occurs when the ServiceHelper successfully authenticates the ClientHelper.
Public event Disposed Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
Public event ProcessStateChanged Occurs when the state of a ServiceProcess is changed.
Public event ReceivedServiceResponse Occurs when a custom ServiceResponse is received from the ServiceHelper.
Public event ReceivedServiceUpdate Occurs when a status update is received from the ServiceHelper.
Public event ServiceStateChanged Occurs when the state of the ServiceHelper is changed.
Public event TelnetSessionEstablished Occurs when a telnet session has been established.
Public event TelnetSessionTerminated Occurs when a telnet session has been terminated.
Top
See Also