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