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