[Mono-dev] WCF NetTcpBinding doesn't seem to honor MaxReceivedMessageSize

2012-08-15 Thread matthieu Barthélemy
Hi all, My project uses WCF to perform remoting communications between a server and a client. Sometimes I have to transfer 'large' data (large meaning here more than the default max value). So to get transferts to work, I had to declare my binding with the following parameters: var binding = new

[Mono-dev] WCF: netTcpBinding

2010-12-21 Thread Karsten Fourmont
Hi, thanks to the quick fix for the Datetime serialisation issue (thank you Atsushi!), I'm getting closer to moving my WCF heavy project over to Mono. (Well the server side actually, client's WPF...) But now I think I hit the biggest barrier: security netTcpBinding. Here are my requirements

Re: [Mono-dev] WCF: netTcpBinding

2010-12-21 Thread Atsushi Eno
Hi Karsten, (2010/12/22 5:44), Karsten Fourmont wrote: Hi, thanks to the quick fix for the Datetime serialisation issue (thank you Atsushi!), I'm getting closer to moving my WCF heavy project over to Mono. (Well the server side actually, client's WPF...) Thanks for the nice bug report :)