In Windows Communication Foundation (WCF), the ConcurrencyMode enumeration specifies whether a service class supports single-threaded, multi-threaded, or reentrant operations. The valid values are Single, Reentrant, and Multiple. Because all three options represent valid members of the enumeration, 'All' is the correct choice.