1
什么是WebClient在.Net中的等效方法或代码构造? Here是它的描述:Java的.Net的WebClient的等价物
提供通常的方法用于发送数据和从URI标识的资源接收数据。
基本上我需要知道我怎么会把参数的要求,就像他们在.net做:
WebClient client = this.WebClient();
client.QueryString.Add("param1", "name");
client.QueryString.Add("param2", "lastname");
@pst - 引述OP: “不过,这只是关于替代HttpWebRequest的,而不是Web客户端。” – 2011-01-23 22:38:53