Hi there,
i have managed to enable gzip compression on requests coming from the service to my silverlight client.
therefore the service compresses the file and then sends it to the client where it is decompresed and available for use.
the problem now is how do i compress the response to send back to the service and have it decmpressed on the service side.
i am using wcf service with silverlight 5 client and vb
c# code is welcome though if applicable
any help would be greatly appreciated!
thanks