摘要:
有时在项目中,由于部署的原因。我们需要对原来的WCF Service做一个代理,实现消息完全转发。WCF中我们可以这样实现,假设有这样的Service 1: [ServiceContract] 2: public interface IMath 3: { 4: [OperationContract] 5: double Add(double A, double B); 6: }实现: 1: pu... 阅读全文
posted @ 2011-08-11 14:32
PetterLiu
阅读(1189)
评论(0)
推荐(1)
浙公网安备 33010602011771号