3

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.

prashant
  • 2,181
  • 2
  • 22
  • 37
  • Did you look at [WCF for .NET Core 2.0.0](https://github.com/dotnet/wcf/releases)? – Tim Feb 01 '18 at 04:57
  • @Tim Yep. I cant see it has support for NetNamedPipes. – prashant Feb 01 '18 at 05:07
  • It does support CustomBindings - you might be able to replicate Named Pipes that way (not 100% sure). It currently supports basicHttpBinding, customBinding, NetHttpBinding, NetTcpBinding (https://github.com/dotnet/wcf/blob/master/release-notes/SupportedFeatures-v2.0.0.md) – Tim Feb 01 '18 at 05:10
  • This might help [``](https://learn.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/wcf/namedpipetransport) – Tim Feb 01 '18 at 05:25
  • Unfortunately not available in .net core 2.0 – prashant Feb 01 '18 at 05:31

0 Answers0