9 references to HeaderContentType
System.Web (9)
Hosting\IIS7WorkerRequest.cs (1)
723
case
HeaderContentType
:
Hosting\ISAPIWorkerRequest.cs (1)
1242
case
HeaderContentType
:
HttpRequest.cs (1)
1261
_contentType = _wr.GetKnownRequestHeader(HttpWorkerRequest.
HeaderContentType
);
HttpResponse.cs (3)
466
headers.Add(new HttpResponseHeader(HttpWorkerRequest.
HeaderContentType
, contentType));
1450
case HttpWorkerRequest.
HeaderContentType
:
2015
case HttpWorkerRequest.
HeaderContentType
:
HttpRuntime.cs (2)
1629
wr.SendKnownResponseHeader(HttpWorkerRequest.
HeaderContentType
, "text/html; charset=utf-8");
1652
wr.SendKnownResponseHeader(HttpWorkerRequest.
HeaderContentType
, "text/html; charset=utf-8");
WorkerRequest.cs (1)
1423
DefineHeader(true, true,
HeaderContentType
, "Content-Type", "HTTP_CONTENT_TYPE");