Channels Extensibility Samples

The samples in this section demonstrate some Windows Communication Foundation (WCF) channels extensibility scenarios.

In This Section

  • Chunking Channel
    Demonstrates how a custom protocol or layered channel can be used to do chunking and de-chunking of arbitrarily large messages.
  • HttpCookieSession
    Demonstrates how to build a custom protocol channel to use HTTP cookies for session management.
  • Custom Message Interceptor
    Demonstrates the use of the channel extensibility model. In particular, it shows how to implement a custom binding element that creates channel factories and channel listeners to intercept all incoming and outgoing messages at a particular point in the run-time stack.

See Also

Other Resources

Set Up Instructions
Troubleshooting Tips for WCF Samples

© 2007 Microsoft Corporation. All rights reserved.