Options Available with InstanceContextMode Enumeration
-
Single
-
All
-
PerSession
-
PerCall
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.