コード例 #1
0
ファイル: Client.cs プロジェクト: arif-sb/Screenary
        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);
        }