Explain the components of WCF - Service class, Hosting environment, END point.WCF Service is composed of three components:
Service class: It implements the service needed.
Host environment: is an environment that hosts the developed service.
Endpoints: are the connection points for the clients to connect to the service. Clients find the end points through three components like service contract, binding, and address.
|