Does anyone know the default values for the timeout of service endpoints in a WCF web service?
+3
A:
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
2010-06-14 13:57:07