8 references to ReceiveContextEnabled
System.ServiceModel (8)
System\ServiceModel\Configuration\MsmqBindingElementBase.cs (4)
68[ConfigurationProperty(ConfigurationStrings.ReceiveContextEnabled, DefaultValue = MsmqDefaults.ReceiveContextEnabled)] 71get { return (bool)base[ConfigurationStrings.ReceiveContextEnabled]; } 72set { base[ConfigurationStrings.ReceiveContextEnabled] = value; } 144SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ReceiveContextEnabled, msmqBinding.ReceiveContextEnabled);
System\ServiceModel\Configuration\MsmqElementBase.cs (4)
52[ConfigurationProperty(ConfigurationStrings.ReceiveContextEnabled, DefaultValue = MsmqDefaults.ReceiveContextEnabled)] 55get { return (bool)base[ConfigurationStrings.ReceiveContextEnabled]; } 56set { base[ConfigurationStrings.ReceiveContextEnabled] = value; } 193SetPropertyValueIfNotDefaultValue(ConfigurationStrings.ReceiveContextEnabled, binding.ReceiveContextEnabled);