It is sometimes useful to build a WCF CustomBinding equivalent to some other binding. This allows a richer set of customizations. Here is the CustomBinding equivalent to the WSHttpBinding defaults (windows authentication):
Update: Convert bindings automatically using the WCF BindingBox.
2 comments:
You just saved me a world of hurt with one snippet; thank you!
Sure, you might also want to check this:
http://webservices20.blogspot.com/2009/08/bindingbox-convert-wcf-bindings.html
Post a Comment