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...
阅读全文
摘要:// 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...
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文