2 writes to mustUnderstand
System.ServiceModel (2)
System\ServiceModel\MessageHeaderT.cs (2)
32
this.
mustUnderstand
= mustUnderstand;
52
set { this.
mustUnderstand
= value; }
2 references to mustUnderstand
System.ServiceModel (2)
System\ServiceModel\MessageHeaderT.cs (2)
51
get { return this.
mustUnderstand
; }
68
return MessageHeader.CreateHeader(name, ns, this.content, this.
mustUnderstand
, this.actor, this.relay);