Google News
logo
WCF - Quiz(MCQ)
WCF service client uses Receive Timeout for_____
A)
Request timeout
B)
Connection timeout
C)
Session Idle Timeout
D)
None of the Above

Correct Answer :   None of the Above


Explanation :

There are a number of timeout settings available in WCF bindings. Setting these timeout settings correctly can improve not only your service's performance but also play a role in the usability and security of your service. The following timeouts are available on WCF bindings:
 
* OpenTimeout
 
* CloseTimeout
 
* SendTimeout
 
* ReceiveTimeout

Advertisement