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