A Windows Communication Foundation (WCF) solution exposes the following contract over an HTTP connection.
- A
- B
- CGenerate a proxy class with asynchronous methods and use it for the new clients.
- DAdd a new endpoint to the service that uses a full-duplex binding and use it for the new clients.&e