System.ServiceModel.NetNamedPipe
$ dotnet add package System.ServiceModel.NetNamedPipeThe System.ServiceModel.NetNamedPipe provides the types that permit SOAP messages to be exchanged using TCP (example: NetTcpBinding).
Install System.ServiceModel.NetNamedPipe package from Nuget.org
dotnet add package System.ServiceModel.NetNamedPipe
See WCF Samples for samples on how to use NetNamePipe and NetTcpBinding.
To explore the project or contribute, visit our GitHub repository. For reporting issues or providing feedback, please open an issue on GitHub.