can I use ServiceReference.config file for configuring PullingDuplexHttpBinding? If yes, please tell me how. I don't have any problems with configuring client programmatic, but I need to use config file.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can do this by registering a custom binding extension. There is a complete example on Peter McGratten's blog. |
|||||||||
|
|
If we using Silverlight 4 and WCF with PullingDuplexHttpBinding, we can't configure client with using ServiceReference.config, we need to do it in code. But we can do it with custom binding. Really good explanation you can see this. |
|||
|
|