I’ve began to learn WCF and wish to understand its internals by creating a simple Web server using channel stacks directly. I have found a lot of theory in the web but I’d like to see a working sample code of receiving and responding an httprequest that I can test using any browser.
I’m hoping for something that shows the setup of a custom binding by assembling binding elements all the way to responding the request.
I’ve began to learn WCF and wish to understand its internals by creating a
Share
Got the answer in MSDN forums :
(http://social.msdn.microsoft.com/Forums/en/wcf/thread/09b620e0-ea81-4a6c-8a10-02a032ccd821)