2 implementations of ResponseContentType
System.Data.Services (2)
System\Data\Services\BatchServiceHost.cs (1)
199string IDataServiceHost.ResponseContentType
System\Data\Services\HttpContextServiceHost.cs (1)
88string IDataServiceHost.ResponseContentType
2 writes to ResponseContentType
System.Data.Services (2)
System\Data\Services\DataServiceHostWrapper.cs (1)
355set { this.host.ResponseContentType = value; }
System\Data\Services\HttpContextServiceHost.cs (1)
441((IDataServiceHost)this).ResponseContentType = args.ResponseContentType;
2 references to ResponseContentType
System.Data.Services (2)
System\Data\Services\DataService.cs (1)
372Message result = CreateMessage(MessageVersion.None, "", ((IDataServiceHost)httpHost).ResponseContentType, writer, this);
System\Data\Services\DataServiceHostWrapper.cs (1)
354get { return this.host.ResponseContentType; }