WCF + Add a Binding Extension via Code
- by FlySwat
I'm trying to figure out a way to add a binding extension to an endpoint via code, instead of through configuration files. Ideally I want it to simply be an attribute I place on the service method.
So far it seems like the only thing that isn't exposed publicly is the binding extensions.