LiveCodingChat.Livecoding.LivecodingSession.BeginAuthenticate C# (CSharp) 메소드

BeginAuthenticate() 개인적인 메소드

private BeginAuthenticate ( string password ) : void
password string
리턴 void
        private void BeginAuthenticate(string password)
        {
            CookieContainer cookies = Cookies;
            loginMethod.LoginAsync (Username, password,ref cookies);
        }