3 references to GetETagValue
System.Data.Services (3)
System\Data\Services\DataService.cs (2)
869
etag = WebUtil.
GetETagValue
(dataService, actualEntity, container);
1401
string etagValue = WebUtil.
GetETagValue
(dataService, actualEntity, container);
System\Data\Services\Serializers\Serializer.cs (1)
720
return WebUtil.
GetETagValue
(this.service, resource, this.CurrentContainer);