1 write to _headers
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
281
_headers
= this.HttpRequestMessage.ToWebHeaderCollection();
2 references to _headers
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (2)
279
if (
_headers
== null)
284
return
_headers
;