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)
1734if (_headerEncoding == null) { 1741if (_headerEncoding == null || _headerEncoding.Equals(Encoding.Unicode)) 1745return _headerEncoding; 1756if (_headerEncoding == null || !_headerEncoding.Equals(value)) {