1 write to cachedContentType
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
930
this.
cachedContentType
= this.listenerHttpContext.listenerContext.Request.ContentType;
2 references to cachedContentType
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestContext.cs (2)
928
if (this.
cachedContentType
== null)
933
return this.
cachedContentType
;