Base:
property
MustUnderstand
System.ServiceModel.Channels.MessageHeaderInfo.MustUnderstand
11 overrides of MustUnderstand
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Addressing.cs (7)
56public override bool MustUnderstand 183public override bool MustUnderstand 275public override bool MustUnderstand 375public override bool MustUnderstand 560public override bool MustUnderstand 671public override bool MustUnderstand 764public override bool MustUnderstand
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeader.cs (2)
407public override bool MustUnderstand 558public override bool MustUnderstand
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
841public override bool MustUnderstand
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityHeader.cs (1)
108public override bool MustUnderstand
4 references to MustUnderstand
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeader.cs (1)
136if (this.MustUnderstand)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (2)
1219HeaderProcessing processing = header.MustUnderstand ? HeaderProcessing.MustUnderstand : 0; 1445HeaderProcessing processing = header.MustUnderstand ? HeaderProcessing.MustUnderstand : 0;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
843get { return innerHeader.MustUnderstand; }