摘要:
<wsdl:operationname="AddWithThreeOperands">[OperationContract(Name="AddWithTwoOperands")] doubleAdd(doublex,doubley);classMyCalculatorClient:ClientBase<IMyCalculator>,IMyCalculator { publicdoubleAdd(doublex,doubley) { returnthis.Channel.Add(x,y); } }关键是ClientBase以及重写的 阅读全文
posted @ 2012-11-20 15:13
逝者如斯(乎)
阅读(137)
评论(0)
推荐(0)