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.