5 references to TransportConfigurationTypeElement
System.ServiceModel (4)
System\ServiceModel\Configuration\TransportConfigurationTypeElementCollection.cs (4)
12[ConfigurationCollection(typeof(TransportConfigurationTypeElement))] 13public sealed class TransportConfigurationTypeElementCollection : ServiceModelConfigurationElementCollection<TransportConfigurationTypeElement> 26TransportConfigurationTypeElement configElementKey = (TransportConfigurationTypeElement)element;
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedTransportConfigurationManager.cs (1)
214TransportConfigurationTypeElement element = section.TransportConfigurationTypes[protocol];