Fluent Interface for WebRequest class(weblogs.asp.net)
submitted by
thangchung(204) 1 year ago
In past, I usually used WebRequest for request some data from remote host. I also used it for request JSON data from Google APIs, some RSS, ATOM data from a few hosts. Everything is good for me. I only put some codes like this:
var buffer = Encoding.ASCII.GetBytes("q=Queen Elizabeth II&video=on&audio=on&text=on");
var webReq = (HttpWebRequest)WebRequest.Create("http://www.bbc.co.uk/search/news/");
...
|category: ALT.NET
|Views: 6
tags:
ALT.NET another
Everyones tags:
Your Tags: