4 references to CacheControl
System.Data.Services (4)
System\Data\Services\BatchServiceHost.cs (2)
194
get { return this.responseHeaders[HttpResponseHeader.
CacheControl
]; }
195
set { this.responseHeaders[HttpResponseHeader.
CacheControl
] = value; }
System\Data\Services\HttpContextServiceHost.cs (2)
223
get { return this.operationContext.OutgoingResponse.Headers[HttpResponseHeader.
CacheControl
]; }
224
set { this.operationContext.OutgoingResponse.Headers[HttpResponseHeader.
CacheControl
] = value; }