Multiple choice technology web technology

Options Available with InstanceContextMode Enumeration

  1. Single

  2. All

  3. PerSession

  4. PerCall

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

InstanceContextMode enumeration in WCF includes three values: Single (one instance for all clients), PerSession (one instance per client session), and PerCall (new instance per method call). The All option correctly encompasses all these available modes.