Page Header Encoding

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

Guest

Hi,

..Net 2.0 supports response.headerEncoding property. How can I achieve the
same with versions prior to 2.0 ?

I use 1.0, so how can I use header encoding property?


Thanks,
 
Thus wrote Ibrahim.,
Hi,

.Net 2.0 supports response.headerEncoding property. How can I achieve
the same with versions prior to 2.0 ?

I use 1.0, so how can I use header encoding property?

Actually, you can't use it in either version. The .NET 2.0 implementation
is empty, and the bug I've submitted almost a year ago was resolved as "won't
fix".

Cheers,
 
Back
Top