1 write to _headers
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
226
_headers
= new WebHeaderCollection();
3 references to _headers
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (3)
224
if (
_headers
== null)
231
_headers
[headerKey] = _originalHeaders[headerKey];
237
return
_headers
;