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