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