3 references to MexStandardEndpointCollectionElementName
System.ServiceModel (3)
System\ServiceModel\Configuration\ExtensionsSection.cs (1)
129this.EndpointExtensions.Add(new ExtensionElement(ConfigurationStrings.MexStandardEndpointCollectionElementName, typeof(ServiceMetadataEndpointCollectionElement).AssemblyQualifiedName));
System\ServiceModel\Configuration\StandardEndpointsSection.cs (2)
61[ConfigurationProperty(ConfigurationStrings.MexStandardEndpointCollectionElementName, Options = ConfigurationPropertyOptions.None)] 64get { return (ServiceMetadataEndpointCollectionElement)base[ConfigurationStrings.MexStandardEndpointCollectionElementName]; }