4 references to MexHttpBindingCollectionElementName
System.ServiceModel (4)
System\ServiceModel\Configuration\ExtensionsSection.cs (1)
113
this.BindingExtensions.Add(new ExtensionElement(ConfigurationStrings.
MexHttpBindingCollectionElementName
, typeof(MexHttpBindingCollectionElement).AssemblyQualifiedName));
System\ServiceModel\Configuration\MexHttpBindingCollectionElement.cs (1)
20
return (MexHttpBindingCollectionElement)ConfigurationHelpers.GetBindingCollectionElement(ConfigurationStrings.
MexHttpBindingCollectionElementName
);
System\ServiceModel\Configuration\ServiceMetadataEndpointElement.cs (2)
34
channelEndpointElement.Binding = ConfigurationStrings.
MexHttpBindingCollectionElementName
;
43
serviceEndpointElement.Binding = ConfigurationStrings.
MexHttpBindingCollectionElementName
;