...
var webStream = request.GetResponse().GetResponseStream();
using (StreamReader sr = new System.IO.StreamReader(webStream) )
{
string line;
// Read and display lines from the file until the end of
// the file is reached.
while ((line = sr.ReadLine()) != null)
{
Console.WriteLine(line);
}
}
Гермес, я не об этом.
Уточню. Почему параметры не добавляются сюда: common/config/params.php со значениями по умодчанию, а параметры в файле common/config/params-local.php каждый разработчик указывает свои, перезаписывая значения по-умолчанию. Включает или выключает новогодние стили.