If we use Silverlight 4 and WCF with PullingDuplexHttpBinding, we cannot configure the client using ServiceReference.config, we need to do this in code. But we can do this with custom binding.
A really good explanation you can see this .
source
share