3 references to ResponseContentType
System.Data.Services (3)
System\Data\Services\BatchServiceHost.cs (1)
334
this.responseHeaders[HttpResponseHeader.ContentType] = args.
ResponseContentType
;
System\Data\Services\ErrorHandler.cs (1)
254
if (WebUtil.CompareMimeType(args.
ResponseContentType
, XmlConstants.MimeApplicationJson))
System\Data\Services\HttpContextServiceHost.cs (1)
441
((IDataServiceHost)this).ResponseContentType = args.
ResponseContentType
;