SaveState() 공개 메소드

public SaveState ( ) : HyvesSessionState
리턴 HyvesSessionState
        private void SaveHyvesSession(AuthArgs authArgs, HyvesServerSession hyvesServerSession)
        {
            var hyvesSessionState = hyvesServerSession.SaveState();

            authArgs.InternalData["hyvesSessionState"] = hyvesSessionState;
            new AuthManager().UpdateAuthArgs(authArgs);
        }
 private void SaveHyvesSession(AuthArgs authArgs, HyvesServerSession hyvesServerSession)
 {
   var hyvesSessionState = hyvesServerSession.SaveState();
   authArgs.InternalData["hyvesSessionState"] = hyvesSessionState;
   new AuthManager().UpdateAuthArgs(authArgs);
 }