5 references to MessageHeader
System.ServiceModel (5)
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (4)
451messageHeaderOfTAttributes[i] = new MessageHeader<object>(null, mustUnderstand, actor, relay); 459attributes[headerDescription.Index] = new MessageHeader<object>(null, mustUnderstand, actor, relay); 496((List<MessageHeader<object>>)attributes[headerDescription.Index]).Add(new MessageHeader<object>(null, mustUnderstand, actor, relay)); 499attributes[headerDescription.Index] = new MessageHeader<object>(null, mustUnderstand, actor, relay);
System\ServiceModel\MessageHeaderT.cs (1)
25: this(content, false, "", false)