2

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?

paul simmons
  • 5,568
  • 13
  • 51
  • 78
  • possible duplicate of [Timeouts WCF Services](http://stackoverflow.com/questions/229760/timeouts-wcf-services) – Jeroen Dec 23 '13 at 16:31

1 Answers1

2

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

Community
  • 1
  • 1
Scott Seely
  • 757
  • 4
  • 6