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