2 writes to HeaderEncoding
System.Web (1)
Abstractions\HttpResponseWrapper.cs (1)
146_httpResponse.HeaderEncoding = value;
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
145_httpResponse.HeaderEncoding = value;
5 references to HeaderEncoding
System.Web (4)
Abstractions\HttpResponseWrapper.cs (1)
143return _httpResponse.HeaderEncoding;
HttpHeaderCollection.cs (1)
127_iis7WorkerRequest.SetHeaderEncoding(_response.HeaderEncoding);
HttpResponse.cs (2)
533Debug.Assert(!this.HeaderEncoding.Equals(Encoding.Unicode)); 534_wr.SetHeaderEncoding(this.HeaderEncoding);
System.Web.Extensions (1)
HttpResponseInternalWrapper.cs (1)
142return _httpResponse.HeaderEncoding;