3 writes to _headerEncoding
System.Web (3)
HttpResponse.cs (3)
1738
_headerEncoding
= globConfig.ResponseHeaderEncoding;
1742
_headerEncoding
= Encoding.UTF8;
1760
_headerEncoding
= value;
6 references to _headerEncoding
System.Web (6)
HttpResponse.cs (6)
1734
if (
_headerEncoding
== null) {
1741
if (
_headerEncoding
== null ||
_headerEncoding
.Equals(Encoding.Unicode))
1745
return
_headerEncoding
;
1756
if (
_headerEncoding
== null || !
_headerEncoding
.Equals(value)) {