1 write to responseHeaders
System.Data.Services (1)
System\Data\Services\DataServiceHostWrapper.cs (1)
332
this.
responseHeaders
= host2.ResponseHeaders;
3 references to responseHeaders
System.Data.Services (3)
System\Data\Services\DataServiceHostWrapper.cs (3)
329
if (this.
responseHeaders
== null)
333
if (this.
responseHeaders
== null)
339
return this.
responseHeaders
;