6 references to ContextExchangeMechanismHelper
System.ServiceModel (6)
System\ServiceModel\Channels\ContextBindingElement.cs (1)
84if (!ContextExchangeMechanismHelper.IsDefined(value))
System\ServiceModel\Channels\ContextChannelFactory.cs (1)
23if (!ContextExchangeMechanismHelper.IsDefined(contextExchangeMechanism))
System\ServiceModel\Channels\ContextChannelListener.cs (1)
26if (!ContextExchangeMechanismHelper.IsDefined(contextExchangeMechanism))
System\ServiceModel\Channels\ContextProtocol.cs (1)
24if (!ContextExchangeMechanismHelper.IsDefined(contextExchangeMechanism))
System\ServiceModel\Configuration\ContextBindingElementExtensionElement.cs (1)
46[ServiceModelEnumValidator(typeof(ContextExchangeMechanismHelper))]
System\ServiceModel\Configuration\Properties.cs (1)
143properties.Add(new ConfigurationProperty("contextExchangeMechanism", typeof(System.ServiceModel.Channels.ContextExchangeMechanism), System.ServiceModel.Channels.ContextExchangeMechanism.ContextSoapHeader, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.Channels.ContextExchangeMechanismHelper)), System.Configuration.ConfigurationPropertyOptions.None));