I've got a service hosed in a Windows Service (using ServiceHost) that uses NetTcpBinding. We want to add support for Linux and Mac. Is there an existing library for C++ that could connect to a service that's using NetTcpBinding?
Asked
Active
Viewed 678 times
1 Answers
0
Hi you can find similar question over here
One of the answer suggest that you can build a C# application and use C++ bridge dll to bridge gap between your unmanaged C++ code and the managed WCF code written in C#.

Community
- 1
- 1

Milan Raval
- 1,880
- 1
- 16
- 33