1 write to _headers
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
194
_headers
= new WebHeaderCollection();
3 references to _headers
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (3)
192
if (
_headers
== null)
199
_headers
[headerKey] = _originalHeaders[headerKey];
205
return
_headers
;