摘要:
1. 配置 IIS 绑定 IP地址 2. 在 SL 中引用 WebService 3. 在需要调用 WebService 的地方写下列代码: WCF : WCF 1BasicHttpBinding basicBinding = new BasicHttpBinding(); 2 3CustomBinding binding = new CustomBinding(basicBinding); 4 ... 阅读全文
posted @ 2011-08-13 10:50
Unity外包团队
阅读(202)
评论(0)
推荐(0)