HttpWebRequest initializing - response never received
问题 I am currently working on an implementation of an application for Windows Phone 7 that should retrieve the SHOUTcast stream (inspired by this question). The stream location is represented by an IP address and a port. Here is an example of a SHOUTcast stream URL: http://78.159.104.183:80 I am trying to make a HttpWebRequest to get the data from the stream: HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://78.159.104.183:80") ; Once the request is initialized, I am trying to