Multiple choice

Which of the following is/are applicable for 'Host Environment' in WCF Service components?

  1. The Host environment can be a Console application or a Windows Service, or a Windows Forms application.

  2. It has service class that implements some service as a set of methods.

  3. It specifies an address that defines where the endpoint is hosted.

  4. It specifies the url of the service.

  5. All of the these

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

This is correct about 'Host Environment'.