All about wcf client
问题 When I deploy the same service on different machines as they have different information that I need , how can I use my client gracely to consume these service . 回答1: You need to define the service endpoint you want to connect to in your client's config. You cannot define a list of endpoints - if you need load-balancing features, you need to implement those on the server side and "hide" them behind a single service endpoint. With .NET 4 and WCF 4, you have new capabilities you could check out: