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