摘要: 根据http和ftp图片地址获取对应图片的缩略图和原图 public class GetBitmapImageClass { public BitmapSource GetImageHttp(string url,int width) { var image = new BitmapImage(); 阅读全文
posted @ 2017-06-29 13:57 幻影星辰 阅读(2713) 评论(0) 推荐(0)
摘要: 首先列出HttpHelper类 /// <summary> /// Http操作类 /// </summary> public class HttpHelper { private static log4net.ILog mLog = log4net.LogManager.GetLogger("Ht 阅读全文
posted @ 2017-06-29 13:47 幻影星辰 阅读(6034) 评论(0) 推荐(0)