1 type derived from HttpTransportElement
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpsTransportElement.cs (1)
10public partial class HttpsTransportElement : HttpTransportElement
3 references to HttpTransportElement
System.ServiceModel (3)
System\ServiceModel\Configuration\ExtensionsSection.cs (1)
72this.BindingElementExtensions.Add(new ExtensionElement(ConfigurationStrings.HttpTransportSectionName, typeof(HttpTransportElement).AssemblyQualifiedName));
System\ServiceModel\Configuration\HttpTransportElement.cs (2)
213HttpTransportElement source = (HttpTransportElement)from;