摘要:
1. 构建服务端程序 usingSystem.ServiceModel;namespaceyournamespace{[ServiceContract(Name="HelloService",Namespace="http://www.master.haku")]publicinterfaceIHello{[OperationContract]stringSayHello();}}namespaceYourNameSpace{publicclassYourService{publicstringSayHello(stringwords){return&q 阅读全文
posted @ 2012-05-16 16:11
Master HaKu
阅读(23800)
评论(17)
推荐(3)