开发者

call a web page from c#

I wana to call a web page and don't need response from page. just call page. How can i do that in c#? thank开发者_Go百科s alot


Use a System.Net.WebClient.

Just call the OpenRead() and don't do anything with the response.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜