Share via


Channels Extensibility

This section contains samples that demonstrate custom channels.

In This Section

  • Local Channel
    Demonstrates the local channel, a WCF transport channel that is used for communication within the same application domain.
  • Chunking Channel
    Demonstrates how to limit the amount of memory used to buffer large messages sent using WCF.
  • HttpCookieSession
    Demonstrates how to build a custom protocol channel to use HTTP cookies for session management.
  • Custom Message Interceptor
    Demonstrates 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.

Build Date: 2011-06-25