1 write to toHeader
System.ServiceModel (1)
System\ServiceModel\Channels\TransportOutputChannel.cs (1)
51this.toHeader = ToHeader.Create(toUri, dictionaryTo, messageVersion.Addressing);
2 references to toHeader
System.ServiceModel (2)
System\ServiceModel\Channels\TransportOutputChannel.cs (2)
107if (toHeader != null) 111message.Headers.SetToHeader(toHeader);