Click or drag to resize
ISessionEventListener Interface
Interface for session events

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public interface ISessionEventListener

The ISessionEventListener type exposes the following members.

Methods
  NameDescription
Public methodOnConnected
Fires when the connection to the server has been established.
Public methodOnConnecting
Fires when starting to try to connect to a server.
Public methodOnDisconnected
Fires when the connection has been disconnected.
Public methodOnError
Fires when as error occurs.
Public methodOnLoggedIn
Fires when the session has successfully logged in.
Public methodOnLoggedOut
Fires when the session logged out.
Public methodOnTimingInfo
Fires when a ping from the server is received.
Top
See Also