Multiple choice technology web technology

Which Property controls session lifetime?

  1. retrieve Timeout

  2. direct Timeout

  3. recieve Timeout

  4. NA

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The ReceiveTimeout property controls session lifetime in WCF - if no message is received within this timeout period, the session is considered closed and the channel faults. Unlike SendTimeout (outgoing) or OpenTimeout (connection establishment), this specifically governs incoming message tolerance.