摘要: public static string HttpUploadFile(string url, string path) { // 设置参数 HttpWebRequest request = WebRequest.Create(url) as HttpWebR... 阅读全文
posted @ 2015-10-12 14:36 loong618 阅读(1128) 评论(0) 推荐(1)
摘要: /// /// 异步委托 /// public delegate void AsyncHandler(); public static class AsyncHelper { public static void AsyncResult(Asy... 阅读全文
posted @ 2015-10-12 13:52 loong618 阅读(372) 评论(0) 推荐(0)