Binding Extensibility

This section contains samples that demonstrate custom binding in Windows Communication Foundation (WCF).

In This Section

NetHttpBinding Demonstrates how to implement a binding that stacks HttpTransportBindingElement or the HttpsTransportBindingElement on top of the BinaryMessageEncodingBindingElement.

WSStreamedHttpBinding Demonstrates how to create a binding that is designed to support streaming scenarios when the HTTP transport is used.