6 references to ContextExchangeMechanismHelper
System.ServiceModel (6)
System\ServiceModel\Channels\ContextBindingElement.cs (1)
84
if (!
ContextExchangeMechanismHelper
.IsDefined(value))
System\ServiceModel\Channels\ContextChannelFactory.cs (1)
23
if (!
ContextExchangeMechanismHelper
.IsDefined(contextExchangeMechanism))
System\ServiceModel\Channels\ContextChannelListener.cs (1)
26
if (!
ContextExchangeMechanismHelper
.IsDefined(contextExchangeMechanism))
System\ServiceModel\Channels\ContextProtocol.cs (1)
24
if (!
ContextExchangeMechanismHelper
.IsDefined(contextExchangeMechanism))
System\ServiceModel\Configuration\ContextBindingElementExtensionElement.cs (1)
46
[ServiceModelEnumValidator(typeof(
ContextExchangeMechanismHelper
))]
System\ServiceModel\Configuration\Properties.cs (1)
143
properties.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));