StreamReader reader = new StreamReader( testStream );
string text = reader.ReadToEnd(); 

+ Recent posts