1 write to ResponseETag
System.Data.Services (1)
System\Data\Services\WebUtil.cs (1)
1145
host.
ResponseETag
= etagValue;
4 references to ResponseETag
System.Data.Services (4)
System\Data\Services\Providers\DataServiceStreamProviderWrapper.cs (2)
442
string responseETag = operationContext.Host.
ResponseETag
;
444
if (operationContext.Host.ResponseContentType != responseContentType || operationContext.Host.
ResponseETag
!= responseETag)
System\Data\Services\ResponseBodyWriter.cs (2)
169
serializer = new JsonSerializer(this.requestDescription, stream, this.AbsoluteServiceUri, this.service, this.encoding, this.Host.
ResponseETag
);
187
this.Host.
ResponseETag
,