Is it possible to consume WCF service using net named pipe binding in asp .net core 2.0 api?
There is always option to make WCF service to use http enabled binding. But I have a specific requirement to do that?
I didnt find any useful resources on google.