Ejemplo n.º 1
0
        public void OnSessionAuthenticationRequested(UInt32 sessionId, string username, string password)
        {
            UInt32 sessionStatus = UInt32.MaxValue;

            clientListener.OnSessionAuthenticationRequested(this, sessionId, sessionServer.sessionKey, username, password, ref sessionStatus);
            sessionServer.SendAuthRsp(sessionId, sessionStatus);
        }