4 references to IDENTITY
System.Web (4)
OutputCacheModule.cs (4)
345
bool identityIsAcceptable = acceptEncodingWithoutWeight !=
IDENTITY
&& acceptEncodingWithoutWeight != ASTERISK;
456
double identityWeight = GetAcceptableEncodingHelper(
IDENTITY
, acceptEncoding);
467
contentEncoding =
IDENTITY
;
471
return (contentEncoding ==
IDENTITY
);