[WCF]How to inspect and modify WCF message via custom MessageInspector Recently I received some questions about how to modify message content of WCF operation calls. By checking the WCF extensibility, it seems “ MessageInspector ” is the proper one for
Read More...
Windows Communication Foundation provides a unified platform for developing distributed and interoperable services on windows system. Its architecture is also quite flexible and support very powerful extensibility. For guys who’re interested in building
Read More...