2010年1月12日

IIS7 host WCF通过多播实现出版-预订(Build pub-sub with IIS7 Host WCF by msmq multicast and netmsmqintegrationbinding)

摘要: 开发环境:Win2008 sp2 VS2008 sp1Add roles:Web Server(IIS7),Application Server(Message Queuing)Add features : WCF Activation Msmq:multicasting Support确认:Net.Msmq Listener Adapter Running 因为我是使用IIS7来Host WCF... 阅读全文

posted @ 2010-01-12 13:40 Utopia Coming 阅读(1711) 评论(5) 推荐(2) 编辑

扩展WCF操作行为

摘要: 使用IParameterInspector, IOperationBehavior,Attribute(参数检查器、操作行为接口和标签)扩展WCF操作行为开发环境: VS2008 SP1 WIN2008 SP2WCF允许我们在端点Endpoint、消息message、操作Operation、参数Parameter中扩展WCF。本文简单介绍如何截获操作的参数来扩展WCF的操作。这种扩展需要在WCF的... 阅读全文

posted @ 2010-01-12 12:32 Utopia Coming 阅读(1171) 评论(0) 推荐(1) 编辑

扩展WCF的消息分发行为

摘要: 使用消息分发检查器IDispatchMessageInspector、服务器行为IServiceBehavior、端点行为IEndpointBehavior扩展WCF的消息分发行为Extend WCF dispatch message behavior with IDispatchMessageInspector IServiceBehavior, IEndpointBehavior WCF从绑定... 阅读全文

posted @ 2010-01-12 11:27 Utopia Coming 阅读(880) 评论(1) 推荐(0) 编辑

导航