上一页 1 ··· 474 475 476 477 478 479 480 481 482 ··· 493 下一页
  2012年11月20日
摘要: <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)
上一页 1 ··· 474 475 476 477 478 479 480 481 482 ··· 493 下一页