摘要: Next week task is to learn how generic enumeration interface works, try to build a sample and write blog herereference:illustrated_c_2012_2nd_edition461 (466 / 750) 阅读全文
posted @ 2013-10-13 17:05 MinieGoGo 阅读(109) 评论(0) 推荐(0) 编辑
摘要: A WebClient façade class for simple download/upload operations via HTTP or FTPWebRequest and WebResponse classes for low-level control over client-side HTTP or FTP operationsHttpClient for consuming HTTP web APIs and RESTful services1. Concurrent requestsvar client = new HttpClient();var task1 阅读全文
posted @ 2013-10-13 16:55 MinieGoGo 阅读(209) 评论(0) 推荐(0) 编辑