Multiple choice technology web technology

Sessionmode Enumeration are

  1. Allowed

  2. NotAllowed

  3. Required

  4. All

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

In Windows Communication Foundation (WCF), the SessionMode enumeration defines the support for reliable sessions. Its valid values are Allowed (sessions allowed but not required), NotAllowed (sessions prohibited), and Required (sessions mandatory). Since all listed items are members of this enumeration, 'All' is the correct choice.