| ISessionEventListener Interface |
Namespace: Six.Sixp.Client
public interface ISessionEventListener
The ISessionEventListener type exposes the following members.
| Name | Description | |
|---|---|---|
| OnConnected |
Fires when the connection to the server has been established.
| |
| OnConnecting |
Fires when starting to try to connect to a server.
| |
| OnDisconnected |
Fires when the connection has been disconnected.
| |
| OnError |
Fires when as error occurs.
| |
| OnLoggedIn |
Fires when the session has successfully logged in.
| |
| OnLoggedOut |
Fires when the session logged out.
| |
| OnTimingInfo |
Fires when a ping from the server is received.
|