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