user192936
user192936

Reputation:

WCF Web Service Client Timeout Values

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?

Upvotes: 2

Views: 6833

Answers (1)

Scott Seely
Scott Seely

Reputation: 766

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

Upvotes: 2

Related Questions