3 references to XmlObjectSerializerHeader
System.ServiceModel (3)
System\ServiceModel\Channels\MessageHeader.cs (2)
161return new XmlObjectSerializerHeader(name, ns, value, null, mustUnderstand, actor, relay); 184return new XmlObjectSerializerHeader(name, ns, value, serializer, mustUnderstand, actor, relay);
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
501: base(headerPart.DictionaryName.Value, headerPart.DictionaryNamespace.Value, headerValue, headerPart.Serializer, mustUnderstand, actor ?? string.Empty, relay)