1 write to _headers
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
116
_headers
= new WebHeaderCollection();
3 references to _headers
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (3)
114
if (
_headers
== null)
121
_headers
[headerKey] = _originalHeaders[headerKey];
127
return
_headers
;