2013年4月5日
摘要: <?xml version="1.0" encoding="utf-8" ?><configuration> <system.serviceModel> <services> <service name="WinformHello.HelloService" behaviorConfiguration="TestBehavior"> <host> <baseAddresses> <add baseAddress="h 阅读全文
posted @ 2013-04-05 21:32 larryle 阅读(138) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.ServiceModel;using System.ServiceModel.Channels;namespace wcfservicehost{ class Program { static void Main(string[] args) { using (MyhelloHost Host = new MyhelloHost()) ... 阅读全文
posted @ 2013-04-05 21:31 larryle 阅读(265) 评论(0) 推荐(0) 编辑