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 ...
0
votes
1answer
46 views
How to get redirected url as string after request
For example on any tinyurl/ajdeijad link (this one is fake), the think redirects to another url
Here is my code:
Dim request1 As HttpWebRequest = DirectCast(HttpWebRequest.Create(urlvimeohd), ...