3 references to TransportConfigurationTypeElementCollection
System.ServiceModel (3)
System\ServiceModel\Configuration\Properties.cs (1)
3233properties.Add(new ConfigurationProperty("", typeof(System.ServiceModel.Configuration.TransportConfigurationTypeElementCollection), null, null, null, System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection));
System\ServiceModel\Configuration\ServiceHostingEnvironmentSection.cs (2)
45public TransportConfigurationTypeElementCollection TransportConfigurationTypes 47get { return (TransportConfigurationTypeElementCollection)base[ConfigurationStrings.DefaultCollectionName]; }