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