2011年6月23日

wcf小实例(2)

摘要: //用app.config实现wcf调用////定义contrat interfaceusing System;using System.ServiceModel;using System.Text;namespace DataSericesContract{ [ServiceContract(Name = "DataServicesContract", Namespace = "www.msdn... 阅读全文

posted @ 2011-06-23 15:53 SonyXbox 阅读(214) 评论(0) 推荐(0)

wcf小实例

摘要: /////////////////////////hostusing System;using System.ServiceModel;using System.Text;///host namespace Host{ public class Host :IHost { #region IHost 成员 public string Hello() { return string.Format("... 阅读全文

posted @ 2011-06-23 10:22 SonyXbox 阅读(329) 评论(0) 推荐(0)

导航