2 references to MexNamedPipeBindingCollectionElementName
System.ServiceModel (2)
System\ServiceModel\Configuration\ExtensionsSection.cs (1)
115
this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.
MexNamedPipeBindingCollectionElementName
, typeof(MexNamedPipeBindingCollectionElement).AssemblyQualifiedName));
System\ServiceModel\Configuration\MexNamedPipeBindingCollectionElement.cs (1)
20
return (MexNamedPipeBindingCollectionElement)ConfigurationHelpers.GetBindingCollectionElement(ConfigurationStrings.
MexNamedPipeBindingCollectionElementName
);