Example #1
0
 /// <summary>
 /// Session Constructor
 /// </summary>
 public Session()
 {
     // Add the delegate event handlers
     m_sessionLogger      = new SessionLogger(MessageHandler);
     m_loginSuccessNotify = new LoginNotify(HandleLoginSuccessful);
     m_disconnectNotify   = new DisconnectNotify(HandleDisconnectNotify);
 }
Example #2
0
 static DisconnectNotify()
 {
     Instance = new DisconnectNotify();
 }
Example #3
0
 static DisconnectNotify()
 {
     Instance = new DisconnectNotify();
 }