Configuration File for Silverlight Client That Works with Duplex Service WCF

Can I use the ServiceReference.config file to configure PullingDuplexHttpBinding? If yes, please tell us. I have no problem setting up the client program, but I need to use the configuration file.

+3
source share
2 answers

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 .

0
source

, . .

0

Source: https://habr.com/ru/post/1795597/


All Articles