Multiple choice technology programming languages

What is the namespace is used to access WCF service?

  1. System.Service

  2. System.Data

  3. System.ServiceModel

  4. System.Web

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

The System.ServiceModel namespace contains the core classes, interfaces, and structures required to build and consume WCF service clients and hosts. Namespaces like System.Web, System.Data, and System.Service do not contain these WCF-specific constructs.