1 instantiation of MustUnderstandBehavior
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
132
behaviors.Add(new
MustUnderstandBehavior
(false));
2 references to MustUnderstandBehavior
System.ServiceModel (1)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
502
else if (behavior is
MustUnderstandBehavior
)
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
130
if (behaviors.Find<
MustUnderstandBehavior
>() == null)