2 overrides of DefaultMediaType
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\JsonFormatMapping.cs (1)
35public override string DefaultMediaType
System\ServiceModel\Dispatcher\XmlFormatMapping.cs (1)
34public override string DefaultMediaType
1 reference to DefaultMediaType
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\MultiplexingFormatMapping.cs (1)
30defaultContentType = new ContentType(this.DefaultMediaType) { CharSet = this.writeCharset };