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