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);
        }