IETagHandler Interface

 

Exposes the ability to convert a collection of concurrency property names and values into an EntityTagHeaderValue and parse an EntityTagHeaderValue into a list of concurrency property values.

Namespace:   System.Web.OData.Formatter
Assembly:  System.Web.OData (in System.Web.OData.dll)

public interface class IETagHandler

NameDescription
System_CAPS_pubmethodCreateETag(IDictionary<String^, Object^>^)

Creates an ETag from concurrency property names and values.

System_CAPS_pubmethodParseETag(EntityTagHeaderValue^)

Parses an ETag header value into concurrency property names and values.

Return to top
Show: