10 2010 档案

摘要: // Server.csnamespace WCF.Services{ using System; using System.ServiceModel; using Contracts.Operations; // Service class which implements the service contract. // Added code to write output to the co...阅读全文
posted @ 2010-10-31 02:43 Microshaoft 阅读(180) | 评论 (0) 编辑
摘要: // WCF.MSMQ.Message.Sender.(WCF.to.MSMQ).csnamespace WCF.MSMQ.MessageSender.Host{ using System; using System.Transactions; using System.ServiceModel.MsmqIntegration; using System.ServiceModel; using C...阅读全文
posted @ 2010-10-31 01:27 Microshaoft 阅读(138) | 评论 (0) 编辑
摘要: namespace Test{ using System; using System.Net; using System.Net.Sockets; using System.Text; using Microshaoft; public class AsyncSocketAsyncQueueHandlerProxyServer { public static int Main(String[] a...阅读全文
posted @ 2010-10-16 23:58 Microshaoft 阅读(180) | 评论 (0) 编辑
摘要: namespace Test{ using System; using System.Net; using System.Net.Sockets; using System.Text; using System.IO; using System.Threading; using Microshaoft; public class AsyncSocketAsyncDataQueueHandlerEc...阅读全文
posted @ 2010-10-16 23:54 Microshaoft 阅读(120) | 评论 (0) 编辑