3 writes to _contentType
System.Web (3)
HttpRequest.cs (3)
1261_contentType = _wr.GetKnownRequestHeader(HttpWorkerRequest.HeaderContentType); 1264_contentType = String.Empty; 1271_contentType = value;
3 references to _contentType
System.Web (3)
HttpRequest.cs (3)
1259if (_contentType == null) { 1263if (_contentType == null) 1267return _contentType;