Base:
property
MustUnderstand
System.ServiceModel.Channels.MessageHeaderInfo.MustUnderstand
19 overrides of MustUnderstand
System.ServiceModel (18)
System\ServiceModel\Channels\Addressing.cs (7)
57public override bool MustUnderstand 184public override bool MustUnderstand 276public override bool MustUnderstand 386public override bool MustUnderstand 570public override bool MustUnderstand 689public override bool MustUnderstand 782public override bool MustUnderstand
System\ServiceModel\Channels\MessageHeader.cs (2)
409public override bool MustUnderstand 560public override bool MustUnderstand
System\ServiceModel\Channels\WsrmMessageInfo.cs (2)
1377public override bool MustUnderstand 1825public override bool MustUnderstand
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
826public override bool MustUnderstand
System\ServiceModel\Security\DecryptedHeader.cs (1)
75public override bool MustUnderstand
System\ServiceModel\Security\DelegatingHeader.cs (1)
24public override bool MustUnderstand
System\ServiceModel\Security\IssuedTokensHeader.cs (1)
136public override bool MustUnderstand
System\ServiceModel\Security\SecurityHeader.cs (1)
108public override bool MustUnderstand
System\ServiceModel\Transactions\OletxTransactionHeader.cs (1)
30public override bool MustUnderstand
System\ServiceModel\Transactions\WsatTransactionHeader.cs (1)
40public override bool MustUnderstand
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\DelegatingHeader.cs (1)
64public override bool MustUnderstand
6 references to MustUnderstand
System.ServiceModel (6)
System\ServiceModel\Channels\MessageHeader.cs (1)
138if (this.MustUnderstand)
System\ServiceModel\Channels\MessageHeaders.cs (2)
1227HeaderProcessing processing = header.MustUnderstand ? HeaderProcessing.MustUnderstand : 0; 1453HeaderProcessing processing = header.MustUnderstand ? HeaderProcessing.MustUnderstand : 0;
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
828get { return innerHeader.MustUnderstand; }
System\ServiceModel\Security\DelegatingHeader.cs (1)
28return this.innerHeader.MustUnderstand;
System\ServiceModel\Security\IssuedTokensHeader.cs (1)
73this.mustUnderstand = base.MustUnderstand;