0

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?

bugfixr
  • 7,997
  • 18
  • 91
  • 144

1 Answers1

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