Hi.
Consider the following picture representing the WCF channel stack:
I'm implementing my own channel and for that i already implemented the transport and encoding layer. Now i need to create a "protocol channel" layer where the messages should pass after created in encode layer and before get in the service layer.
I guess i need to create a BindingElement whose implements some interface and then add these bindingElement to my Binding. But all documentation i can find just explains how to implement the transport and encoding layers...
Any help? Thanks