Binding Extensibility Samples
The samples in this section demonstrate some Windows Communication Foundation (WCF) binding extensibility scenarios.
In This Section
- WSStreamedHttpBinding
Demonstrates how to create a binding that is designed to support streaming scenarios when the HTTP transport is used.
- NetHttpBinding
Demonstrates how to implement a binding that uses the HttpTransportBindingElement or the HttpsTransportBindingElement on top of the BinaryMessageEncodingBindingElement.
See Also
Other Resources
Set Up Instructions
Troubleshooting Tips for WCF Samples
© 2007 Microsoft Corporation. All rights reserved.