23

Does anyone know the default values for the timeout of service endpoints in a WCF web service?

Theofanis Pantelides
  • 4,724
  • 7
  • 29
  • 49

1 Answers1

39

According to MSDN the sendTimeout is 1 minute and the receiveTimeout is 10 minutes:

http://msdn.microsoft.com/en-us/library/system.servicemodel.channels.binding.sendtimeout.aspx

http://msdn.microsoft.com/en-us/library/system.servicemodel.channels.binding.receivetimeout.aspx

Leom Burke
  • 8,143
  • 1
  • 35
  • 30