HOTSPOT
You are developing a WCF service.
The service must be interoperable with ASP.NET Web service clients. In addition, it must
have a time-out of three minutes.
You need to configure the service to meet the requirements.
You have the following markup:
Which markup segments should you include in Target 1, Target 2, Target 3, Target 4, Target
5, Target 6 and Target 7 to complete the markup? (To answer, select the appropriate
markup segment from each drop-down list in the answer area.)
I think the correct answer is:
1) BasicHttpBinding
2) timeout
3) BasicHttpBinding
4) timeout
5) closeTimeout
6) 00:03:00
7) BasicHttpBinding
The target4 closeTimeout is correct, see also: https://msdn.microsoft.com/en-us/library/system.servicemodel.channels.binding(v=vs.110).aspx
Should use ‘timeout’ as binding name, and then ‘closeTimeout’ in the binding configuration: https://msdn.microsoft.com/en-us/library/hh924831(v=vs.110).aspx