CampfireHoon.CampfireRoom.LogHttpWebResponse C# (CSharp) Méthode

LogHttpWebResponse() private méthode

private LogHttpWebResponse ( string action, HttpWebResponse response ) : void
action string
response System.Net.HttpWebResponse
Résultat void
        private void LogHttpWebResponse(string action,  HttpWebResponse response)
        {
            SystemMessage(string.Format("{0}: {1}", action, response.StatusDescription));
        }
        private void SystemMessage(string message)