Webclient and Gzip

  • Thread starter Thread starter Patrice Roelandt
  • Start date Start date
P

Patrice Roelandt

Hey,

I'm trying to set up a webclient to download a couple of DLL's and an
..exe file.
I know my server will be set up properly to accept gzip request and
deliver the content gzipped...

I know how to add the accept-encoding header to the webclient.

What I don't know is if i have to decode the content coming back or if
the webclient takes care of that for me...

thanks in advance,

Patrice.
 
Patrice said:
Hey,

I'm trying to set up a webclient to download a couple of DLL's and an
.exe file.
I know my server will be set up properly to accept gzip request and
deliver the content gzipped...

I know how to add the accept-encoding header to the webclient.

What I don't know is if i have to decode the content coming back or if
the webclient takes care of that for me...

Why don't you post that to the appropriate newsgroup?

Cheers,
 
Back
Top