Base:
property
MustUnderstand
System.ServiceModel.Channels.MessageHeaderInfo.MustUnderstand
13 overrides of MustUnderstand
System.ServiceModel.Primitives (13)
System\ServiceModel\Channels\Addressing.cs (7)
48public override bool MustUnderstand 185public override bool MustUnderstand 279public override bool MustUnderstand 400public override bool MustUnderstand 594public override bool MustUnderstand 714public override bool MustUnderstand 809public override bool MustUnderstand
System\ServiceModel\Channels\MessageHeader.cs (2)
451public override bool MustUnderstand 612public override bool MustUnderstand
System\ServiceModel\Channels\WsrmMessageInfo.cs (2)
1042public override bool MustUnderstand 1453public override bool MustUnderstand
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
899public override bool MustUnderstand
System\ServiceModel\Security\SecurityHeader.cs (1)
76public override bool MustUnderstand
7 references to MustUnderstand
Contract.Message.IntegrationTests (3)
MessageContractTests.cs (3)
46proxy.CreateMessageHeader(customHeaderMustUnderstand_False.Name, customHeaderMustUnderstand_False.Namespace, customHeaderMustUnderstand_False.MustUnderstand); 62proxy.CreateMessageHeader(customHeaderMustUnderstand_True.Name, customHeaderMustUnderstand_True.Namespace, customHeaderMustUnderstand_True.MustUnderstand); 80proxy.CreateMessageHeader(customHeaderMustUnderstand_True.Name, customHeaderMustUnderstand_True.Namespace, customHeaderMustUnderstand_True.MustUnderstand);
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\MessageHeader.cs (1)
166if (MustUnderstand)
System\ServiceModel\Channels\MessageHeaders.cs (2)
1376HeaderProcessing processing = header.MustUnderstand ? HeaderProcessing.MustUnderstand : 0; 1627HeaderProcessing processing = header.MustUnderstand ? HeaderProcessing.MustUnderstand : 0;
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
901get { return innerHeader.MustUnderstand; }