开发者_如何学JAVAHow do I disable reliable sessions in a named pipe binding?Named Pipe doesn\'t support reliable session configuration. You\'d need to create a custom binding.
I\'m using a WCF service with the NetNamedPipesBinding to communicate between two AppDomains in my process.
I am the developer of a WCF service. My test clients work very well with it. But when it comes to real clients (using the same client proxy), it fails. The same WCF service works with netTcpBinding, t