3 references to Headers
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (3)
47
_httpBackedProperty.
Headers
:
363
foreach (var headerKey in this.
Headers
.AllKeys)
365
copiedProperty.Headers[headerKey] = this.
Headers
[headerKey];