All communication with a Windows Communication Foundation (WCF) service occurs through the endpoints of the service. Endpoints provide clients access to the functionality that a WCF service offers.
For an overview about how to create an endpoint, see Endpoint Creation Overview. Each endpoint contains:
An address that indicates where to find the endpoint.
A binding that specifies how a client can communicate with the endpoint.
A contract that identifies the methods available.
For descriptions about how to specify these individual parts of an endpoint, see:
Endpoint Creation Overview
Describes the structure of an endpoint and outlines how to define an endpoint in configuration and in code, as well as how to use the default endpoints, bindings, and behaviors provided by the runtime.
Plan and execute an endpoint deployment strategy, using essential elements of modern management, co-management approaches, and Microsoft Intune integration.
Learn how all communication with a WCF service occurs through the service endpoints, which provide clients access to the functionality offered by the service.
Learn about bindings, which specify how to connect to a WCF service, including elements of a binding and how to specify a binding for a service endpoint.