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