WEB开发网
开发学院手机开发Windows Phone开发 Windows Phone访问web service和WCF服务 阅读

Windows Phone访问web service和WCF服务

 2012-05-18 08:01:14 来源:WEB开发网   
核心提示:Service的类中写如下方法: [WebMethod] public byte[] GetCity() { System.IO.MemoryStream m = new System.IO.MemoryStream(); System.Drawing.Bitmap bp = new System.Dr
Service的类中写如下方法:

 

  1. [WebMethod]  
  2.   public byte[] GetCity()  
  3.   {  
  4.     System.IO.MemoryStream m = new System.IO.MemoryStream();  
  5.     System.Drawing.Bitmap bp = new System.Drawing.Bitmap(Server.MapPath("~")+@"/a.jpg");  
  6.     bp.Save(m, System.Drawing.Imaging.ImageFormat.Jpeg);  
  7.     return m.GetBuffer();  
  8.   }  
 

上一页  1 2 3 4 5  下一页

Tags:Windows Phone 访问

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接