What is the maximum size that maxReceivedMessageSize can be set to for a NetNamedPipeBinding?
netnamedpipebinding, wcf, wcf-binding
Solution
Nope, the limit is Int64.MaxValue1 which is: 9223372036854775807
Problem
I noticed that 2147483647 seems to be a popular choice for maxReceivedMessageSize but is this the limit?