7 writes to ResponseContentType
System.Data.Services (7)
System\Data\Services\DataService.cs (7)
640
host.
ResponseContentType
= mime;
921
host.
ResponseContentType
= HttpProcessUtility.BuildContentType(host.ResponseContentType, encoding);
996
host.
ResponseContentType
= HttpProcessUtility.SelectRequiredMimeType(
1015
service.OperationContext.Host.
ResponseContentType
= HttpProcessUtility.SelectRequiredMimeType(
1299
host.
ResponseContentType
= HttpProcessUtility.BuildContentType(mime, encoding);
1572
host.
ResponseContentType
= HttpProcessUtility.BuildContentType(host.ResponseContentType, encoding);
1843
host.
ResponseContentType
= String.Format(
4 references to ResponseContentType
System.Data.Services (4)
System\Data\Services\DataService.cs (2)
921
host.ResponseContentType = HttpProcessUtility.BuildContentType(host.
ResponseContentType
, encoding);
1572
host.ResponseContentType = HttpProcessUtility.BuildContentType(host.
ResponseContentType
, encoding);
System\Data\Services\Providers\DataServiceStreamProviderWrapper.cs (2)
441
string responseContentType = operationContext.Host.
ResponseContentType
;
444
if (operationContext.Host.
ResponseContentType
!= responseContentType || operationContext.Host.ResponseETag != responseETag)