5 references to MsmqIntegrationBindingCollectionElementName
System.ServiceModel (5)
System\ServiceModel\Configuration\BindingsSection.cs (2)
86[ConfigurationProperty(ConfigurationStrings.MsmqIntegrationBindingCollectionElementName, Options = ConfigurationPropertyOptions.None)] 89get { return (MsmqIntegrationBindingCollectionElement)base[ConfigurationStrings.MsmqIntegrationBindingCollectionElementName]; }
System\ServiceModel\Configuration\ExtensionsSection.cs (1)
101this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.MsmqIntegrationBindingCollectionElementName, typeof(MsmqIntegrationBindingCollectionElement).AssemblyQualifiedName));
System\ServiceModel\Configuration\MsmqIntegrationBindingCollectionElement.cs (1)
14return (MsmqIntegrationBindingCollectionElement)ConfigurationHelpers.GetBindingCollectionElement(ConfigurationStrings.MsmqIntegrationBindingCollectionElementName);
System\ServiceModel\MsmqIntegration\MsmqIntegrationBinding.cs (1)
105Config.ConfigurationStrings.MsmqIntegrationBindingCollectionElementName)));