2 writes to _mustUnderstand
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderT.cs (2)
32
_mustUnderstand
= mustUnderstand;
52
set {
_mustUnderstand
= value; }
2 references to _mustUnderstand
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageHeaderT.cs (2)
51
get { return
_mustUnderstand
; }
68
return MessageHeader.CreateHeader(name, ns, _content,
_mustUnderstand
, _actor, _relay);