Tagged Questions
3
votes
4answers
3k views
Reading data from an open HTTP stream
I am trying to use the .NET WebRequest/WebResponse classes to access the Twitter streaming API here "http://stream.twitter.com/spritzer.json".
I need to be able to open the connection and read data ...