I have a WCF server written in C # and use netTCPBinding to communicate with clients. Now I want my unmanaged C ++ client to connect to the same WCF server. Is it possible? C ++ clients can have the same functions as C # clients? If possible, how can I do this? I read something about creating a dll bridge between C ++ Client and C # Server, but the tutorial is pretty old and all the templates are missing in Visual Studio 2013 Express.
source
share