7 references to IfNoneMatch
System.Data.Services (2)
System\Data\Services\BatchServiceHost.cs (1)
176
get { return this.requestHeaders[HttpRequestHeader.
IfNoneMatch
]; }
System\Data\Services\HttpContextServiceHost.cs (1)
170
return this.operationContext.IncomingRequest.Headers[HttpRequestHeader.
IfNoneMatch
];
System.ServiceModel.Web (5)
System\ServiceModel\Web\IncomingWebRequestContext.cs (3)
66
string ifNoneMatchHeader = MessageProperty.Headers[HttpRequestHeader.
IfNoneMatch
];
284
string entityTagHeader = this.Headers[HttpRequestHeader.
IfNoneMatch
];
315
headerOfInterest = this.Headers[HttpRequestHeader.
IfNoneMatch
];
System\ServiceModel\Web\OutgoingWebRequestContext.cs (2)
60
get { return this.MessageProperty.Headers[HttpRequestHeader.
IfNoneMatch
]; }
61
set { this.MessageProperty.Headers[HttpRequestHeader.
IfNoneMatch
] = value; }