
Web Service
Bill11YAng
这个作者很懒,什么都没留下…
展开
-
Now Web API will treat GeoPoint as a simple type
[TypeConverter(typeof(GeoPointConverter))] public class GeoPoint { public double Latitude { get; set; } public double Longitude { get; set; } public static bool TryParse(string s, out G...转载 2019-02-01 15:34:06 · 131 阅读 · 0 评论 -
WCF中可以使用SVCUtil.exe生成客户端代理类和配置文件
https://www.cnblogs.com/scottckt/archive/2012/05/20/2510716.html转载 2019-02-11 18:05:08 · 461 阅读 · 0 评论