摘要:
目前最流行的跨平台交互是采用http协议通过JSON对象进行互操作。这种方式最简单,也很高效。webservice+xml的方式似乎已经过时。下面是我做的一个例子webapi的代码 View CodepublicIEnumerable<Product>GetAllProducts(){Console.WriteLine(DateTime.Now.ToLongTimeString()+":receiverequest.");returnnewList<Product>{newProduct(){Id=1,Name="Gizmo1", 阅读全文
posted @ 2012-04-06 10:22
阿新
阅读(8207)
评论(3)
推荐(4)

浙公网安备 33010602011771号