Multiple choice

Which of the following statements is/are applicable for the Windows Activation Service(WAS) in WCF hosting?

  1. WAS is used to provide message-based activation over other protocols such as TCP and named pipes.

  2. WAS service can be self hosted as console application, Win Forms or WPF application with graphical UI.

  3. It does not require Host code to activate the service as it automatically activates service code.

  4. This service does not use any communication protocol.

  5. Both 1 and 2

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

This is correct as WAS uses http by default, but we can use TCP protocol also for this hosting service.