摘要:
string BaseString="http://localhost:8000/webcast/";//假如使用BasicHttpBinding的情况,其他情况可以修改BasicHttpBinding binding1=new BasicHttpBinding();binding1.ClaseTimeout=new TimeSpan(0,2,0);using (ServieceHost host=new ServiceHost(typeof(服务方法的类库名称))){ host.AddServiceEndpoint(typeof(服务接口类库名称),binding1,Ba 阅读全文
posted @ 2012-04-28 11:06
王宏磊@中国
阅读(283)
评论(0)
推荐(0)
浙公网安备 33010602011771号