摘要:
服务器端: 客户端(通过8000端口或者8001端口都可以用,上面的服务器端配置同时绑定了HTTP 8000端口和TCP8001端口) 客户端代码//using (DcDataServiceClient client = new DcDataServiceClient())//这个时候要注释掉其中一个endpoint //using (DcDataServiceClient client = new DcDataServiceClient("NetTcpBinding_ID... 阅读全文