2 writes to AutomatedFormatSelectionContentType
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\FormatSelectingMessageInspector.cs (1)
205
outgoingResponse.
AutomatedFormatSelectionContentType
= contentType;
System\ServiceModel\Web\OutgoingWebResponseContext.cs (1)
130
this.
AutomatedFormatSelectionContentType
= null;
1 reference to AutomatedFormatSelectionContentType
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\MultiplexingDispatchMessageFormatter.cs (1)
89
string automatedSelectionContentType = outgoingResponse.
AutomatedFormatSelectionContentType
;