Hey guys, it's been a while.
Easy questions, I want to compress the data sent over the wire but haven't found anything from Microsoft yet. I made my own implementation compressing DataSets with the DeflateStream class, but then I thought "hey! Microsoft has got to have something to do this"
I don't want to re-invent the wheel so, I Googled around, and all I found was the implementation from one guy who's been doing it since WSE2. It looks like a great job, he also uses DeflateStream class but he compresses the whole message.
So, I have two questions.
Is there an "official" way to accomplish this? Is that the only/right way to do it? (using DeflateStream)
BTW, here's the
link Thanks in advance.
Regards,
Seba