I have a WCF service with a CallbackContract. The service is exposed to a Silverlight client using “pollingDuplexHttpBinding”
When the Silverlight client is “dead” and the service calls a callback operation, it gets a timeout exception after one minute.
How can I set this timeout to be different?
Thanks,
Elad
So it seems that the “SendTimeout” attribute of PollingDuplexHttpBinding does the job: