5 references to MessageHeader
System.ServiceModel.Primitives (5)
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (4)
536messageHeaderOfTAttributes[i] = new MessageHeader<object>(null, mustUnderstand, actor, relay); 544_attributes[headerDescription.Index] = new MessageHeader<object>(null, mustUnderstand, actor, relay); 586((List<MessageHeader<object>>)_attributes[headerDescription.Index]).Add(new MessageHeader<object>(null, mustUnderstand, actor, relay)); 590_attributes[headerDescription.Index] = new MessageHeader<object>(null, mustUnderstand, actor, relay);
System\ServiceModel\MessageHeaderT.cs (1)
23: this(content, false, "", false)