2
votes

I am using a WCF web service client to send and receive SOAP messages from a non-WCF web service. I want to control timeouts but really confused by the different timeout settings presented on MSDN.

Is there a simple list of settings for a WCF client (regardless of the server--where I know if server has shorter timeouts they will rule!)? Does it matter by binding or contract (XmlSerizalizer or MessageContact) type?

1
possible duplicate of Timeouts WCF Services - Jeroen

1 Answers

2
votes

Have you seen: Timeouts WCF Services? I think that particular question/answer fits what you are looking for.