3 references to ProtocolMappingElementCollection
System.ServiceModel (3)
System\ServiceModel\Configuration\Properties.cs (1)
3263
properties.Add(new ConfigurationProperty("", typeof(System.ServiceModel.Configuration.
ProtocolMappingElementCollection
), null, null, null, System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection));
System\ServiceModel\Configuration\ProtocolMappingSection.cs (2)
18
public
ProtocolMappingElementCollection
ProtocolMappingCollection
20
get { return (
ProtocolMappingElementCollection
) base[ConfigurationStrings.DefaultCollectionName]; }