1 write to _contentType
System.Web (1)
Hosting\IIS7WorkerRequest.cs (1)
147
int hr = IIS.MgdGetRequestBasics(_context, out
_contentType
, out _contentTotalLength, out pathTranslatedBuffer, out pathTranslatedBufferSize, out cacheUrl, out cacheUrlBufferSize, out httpMethodPtr, out pCookedUrl);
2 references to _contentType
System.Web (2)
Hosting\IIS7WorkerRequest.cs (2)
724
if (
_contentType
== CONTENT_FORM )
729
if (
_contentType
!= CONTENT_NONE )