views:

121

answers:

1

How do I disable reliable sessions in a named pipe binding?

A: 

Named Pipe doesn't support reliable session configuration. You'd need to create a custom binding.

More info at Reliable Sessions Overview

Vitalik
Named pipes are ALWAYS support reliable sessions.
Rohit
Correct, and that's why i said you can't configure it
Vitalik