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