1 write to defaultContentType
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\MultiplexingFormatMapping.cs (1)
30
defaultContentType
= new ContentType(this.DefaultMediaType) { CharSet = this.writeCharset };
2 references to defaultContentType
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\MultiplexingFormatMapping.cs (2)
28
if (
defaultContentType
== null)
32
return
defaultContentType
;