摘要:
// 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
于斯人也
阅读(802)
评论(0)
推荐(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
于斯人也
阅读(621)
评论(0)
推荐(0)