摘要:
其中 Client 和Service为控制台程序 Service.Interface为类库首先了解契约Interface两个接口using System.ServiceModel;using System.ServiceModel.Channels;namespace Artech.WcfServices.Service.Interface{ [ServiceContract(Namespace = "http://www.artech.com/", CallbackContract = typeof(ICalculatorCallback))] public interf 阅读全文
posted @ 2013-07-04 22:34
踏浪帅
阅读(1741)
评论(1)
推荐(0)
浙公网安备 33010602011771号