1 write to _toHeader
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportOutputChannel.cs (1)
48_toHeader = ToHeader.Create(toUri, dictionaryTo, messageVersion.Addressing);
2 references to _toHeader
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportOutputChannel.cs (2)
104if (_toHeader != null) 108message.Headers.SetToHeader(_toHeader);