1 write to responseHeaders
System.Data.Services (1)
System\Data\Services\BatchServiceHost.cs (1)
113
this.
responseHeaders
= new WebHeaderCollection();
13 references to responseHeaders
System.Data.Services (13)
System\Data\Services\BatchServiceHost.cs (13)
194
get { return this.
responseHeaders
[HttpResponseHeader.CacheControl]; }
195
set { this.
responseHeaders
[HttpResponseHeader.CacheControl] = value; }
201
get { return this.
responseHeaders
[HttpResponseHeader.ContentType]; }
202
set { this.
responseHeaders
[HttpResponseHeader.ContentType] = value; }
208
get { return this.
responseHeaders
[HttpResponseHeader.ETag]; }
209
set { this.
responseHeaders
[HttpResponseHeader.ETag] = value; }
215
get { return this.
responseHeaders
[HttpResponseHeader.Location]; }
216
set { this.
responseHeaders
[HttpResponseHeader.Location] = value; }
245
get { return this.
responseHeaders
[XmlConstants.HttpDataServiceVersion]; }
246
set { this.
responseHeaders
[XmlConstants.HttpDataServiceVersion] = value; }
270
get { return this.
responseHeaders
; }
334
this.
responseHeaders
[HttpResponseHeader.ContentType] = args.ResponseContentType;
335
this.
responseHeaders
[HttpResponseHeader.Allow] = args.ResponseAllowHeader;