3 references to ContentType
System (2)
net\System\Net\HttpListenerRequest.cs (2)
375
if (
ContentType
!=null) {
376
string charSet = Helpers.GetAttributeFromHeader(
ContentType
, "charset");
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
930
this.cachedContentType = this.listenerHttpContext.listenerContext.Request.
ContentType
;