Getting Encoding info for HttpWebResponse

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

Is there any way to get the encoding info from a HttpWebResponse? Should I
use HttpWebResponse.GetResponseHeader? If yes, what is the parameter should
I use?

Thanks for any help,

Tedmond
 
Tedmond said:
Is there any way to get the encoding info from a HttpWebResponse? Should
I
use HttpWebResponse.GetResponseHeader? If yes, what is the parameter
should
I use?

Property 'HttpWebResponse.ContentEncoding'.
 
Back
Top