摘要: //绑定形式 NetTcpBinding bind = new NetTcpBinding(); //地址 EndpointAddress address = new EndpointAddress("net.tcp://localhost:3200/hello"); //通道工厂 ChannelFactory factory = new ChannelFactory(bind,address); ClassLibrary1.myInterf... 阅读全文
posted @ 2014-02-15 16:15 awp110 阅读(164) 评论(0) 推荐(0) 编辑