I would like to compress the data coming out of WCF on a basicHttpBinding.
I am trying to produce a new version of a system originally written as SOAP web services. In that we returned a GZipStream when we received a request.
Is there any way to do the same with WCF?
I am using VS2010, currently against .Net 3.5 but that's flexible.
Thanks