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