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