3 references to ContextExchangeMechanismName
System.ServiceModel (3)
System\ServiceModel\Configuration\ContextBindingElementExtensionElement.cs (3)
45[ConfigurationProperty(ContextExchangeMechanismName, DefaultValue = ContextBindingElement.DefaultContextExchangeMechanism)] 49get { return (ContextExchangeMechanism)base[ContextExchangeMechanismName]; } 50set { base[ContextExchangeMechanismName] = value; }