7 writes to ContentType
System.Data.Services (1)
System\Data\Services\HttpContextServiceHost.cs (1)
97
this.operationContext.OutgoingResponse.
ContentType
= value;
System.ServiceModel.Web (6)
System\ServiceModel\Dispatcher\ContentTypeSettingDispatchMessageFormatter.cs (1)
60
WebOperationContext.Current.OutgoingResponse.
ContentType
= contentType;
System\ServiceModel\Dispatcher\HttpUnhandledOperationInvoker.cs (2)
58
WebOperationContext.Current.OutgoingResponse.
ContentType
= HtmlContentType;
92
WebOperationContext.Current.OutgoingResponse.
ContentType
= HtmlContentType;
System\ServiceModel\Dispatcher\MultiplexingDispatchMessageFormatter.cs (2)
95
outgoingResponse.
ContentType
= automatedSelectionContentType;
103
outgoingResponse.
ContentType
= defaultContentTypes[format];
System\ServiceModel\Web\WebOperationContext.cs (1)
362
this.OutgoingResponse.
ContentType
= contentType;
4 references to ContentType
System.Data.Services (1)
System\Data\Services\HttpContextServiceHost.cs (1)
92
return this.operationContext.OutgoingResponse.
ContentType
;
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\ContentTypeSettingDispatchMessageFormatter.cs (1)
58
if (string.IsNullOrEmpty(WebOperationContext.Current.OutgoingResponse.
ContentType
))
System\ServiceModel\Dispatcher\MultiplexingDispatchMessageFormatter.cs (1)
87
if (outgoingResponse != null && string.IsNullOrEmpty(outgoingResponse.
ContentType
))
System\ServiceModel\Web\WebOperationContext.cs (1)
356
if (string.IsNullOrEmpty(this.OutgoingResponse.
ContentType
))