Tagged Questions
0
votes
1answer
558 views
Compression/Decompression for DataSet or any .Net Object
I'm developing a WPF App, in which I want to encrypt and compress heavy DataSet or Objects (<2MB) and send it across over the network. The other party would decompress and decrypt the data and ...
1
vote
4answers
1k views
Gzip compression for HTTP requests
Is there any way to make browsers &/or Silverlight application do a GZIP compression of HTTP requests? Don't confuse with GZIP compression of HTTP responses - I know how to set this up on the ...