0 votes
in C Sharp by

Q. What are WCF Service Endpoints?

1 Answer

0 votes
by

Ans:-  All communication with a Windows Communication Foundation (WCF) service occurs through the endpoints of the service. Endpoints provide clients access to the functionality offered by a WCF service.

WCF service endpoint has three basic elements, i.e. AddressBinding and Contract (ABC).

  • Address: It defines "WHERE". Address is the URL that identifies the location of the service.
  • Binding: It defines "HOW". Binding defines how the service can be accessed.
  • Contract: It defines "WHAT". Contract identifies what is exposed by the service.

Related questions

0 votes
0 votes
asked Apr 14, 2020 in C Sharp by GeorgeBell
0 votes
asked Aug 12, 2020 in C Sharp by RShastri
0 votes
asked Apr 14, 2020 in C Sharp by GeorgeBell
...