1 write to headerValue
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
860
this.
headerValue
= headerValue;
2 references to headerValue
System.ServiceModel (2)
System\ServiceModel\Dispatcher\OperationFormatter.cs (2)
866
XmlDictionaryReader nodeReader = XmlDictionaryReader.CreateDictionaryReader(new XmlNodeReader(
headerValue
));
873
headerValue
.WriteContentTo(writer);