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.
Each endpoint consists of four properties:
* An address that indicates where the endpoint can be found.
* A binding that specifies how a client can communicate with the endpoint.
* A contract that identifies the operations available.
* A set of behaviors that specify local implementation details of the endpoint.
There are no posts to show. This could be because there are no posts in this forum or due to a filter.