I have a number of clients, communicating using WCF wsDualHttpBinding, that are accessing a host, asking for information. This information has be to searched, this means that the answer is can not be given back in the same thread.
The problem looks the same as in: How to communicate between WCF service and host application?
Only I can not use the Singleton constructor but have to use the Typeof(..) contructor of the host because I can have more clients. But how can the service host access the client to send the correct answer?
Regards,
Rob