5 references to DefaultContentType
System.ServiceModel.Web (5)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
216xmlContentType = xmlFormatMapping.DefaultContentType.ToString(); 217jsonContentType = jsonFormatMapping.DefaultContentType.ToString();
System\ServiceModel\Dispatcher\MultiplexingFormatMapping.cs (3)
57contentType.CharSet = this.DefaultContentType.CharSet; 62!string.Equals(charset, this.DefaultContentType.CharSet, StringComparison.OrdinalIgnoreCase)) 74(charset == null || contentType.CharSet == this.DefaultContentType.CharSet))