摘要: WCF终结点和寻址之--AddressHead信息匹配代码Contracts契约 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.ServiceModel; 6 7 namespace Artech.WcfServices.Contracts 8 { 9 [ServiceContract(Name="CalculatorService",Namespace="http://www.artech.c 阅读全文
posted @ 2013-09-26 22:33 chinaagan 阅读(235) 评论(0) 推荐(0) 编辑