LiveCodingChat.Livecoding.LivecodingSession.BeginAuthenticate C# (CSharp) Méthode

BeginAuthenticate() private méthode

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