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