1 write to defaultContentTypes
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\MultiplexingDispatchMessageFormatter.cs (1)
43this.defaultContentTypes = new Dictionary<WebMessageFormat, string>();
3 references to defaultContentTypes
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\MultiplexingDispatchMessageFormatter.cs (3)
31return this.defaultContentTypes; 93if (!string.Equals(automatedSelectionContentType, defaultContentTypes[WebMessageFormat.Xml], StringComparison.OrdinalIgnoreCase)) 103outgoingResponse.ContentType = defaultContentTypes[format];