I have not found any document for using MS Sync Framework + WCF and using streaming instead of buffered messaging. Does anyone have any reference on how to implement it? Thanks!
views:
128answers:
1
A:
Is not this just a case of changing transferMode="Buffered" to transferMode="Streamed" in the configuration. Or is there something that I am missing?
Shiraz Bhaiji
2010-01-09 19:02:50
I think it is not possible. AFAIK, sync framework throws an exception when I change the transferMode property of the binding.
jerbersoft
2010-01-10 05:34:30
Which exception do you get?
Shiraz Bhaiji
2010-01-10 11:30:06