Add a Binding Extension via Code
Posted
by FlySwat
on Stack Overflow
See other posts from Stack Overflow
or by FlySwat
Published on 2010-04-06T02:11:28Z
Indexed on
2010/04/06
2:43 UTC
Read the original article
Hit count: 254
wcf
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.
© Stack Overflow or respective owner