LiveCodingChat.Livecoding.LivecodingSession.BeginAuthenticate C# (CSharp) Method

BeginAuthenticate() private method

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