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

            char[] sessionKey = "000000000000".ToCharArray();

            clientListener.OnSessionCreateRequested(this, username, password, ref sessionId, ref sessionKey);
            sessionServer.SendCreateRsp(sessionId, sessionKey);
        }