9 references to HttpTransportBindingElement
System.ServiceModel (7)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
26: base()
System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
194return new HttpTransportBindingElement();
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
237return new HttpTransportBindingElement();
System\ServiceModel\Description\MetadataExchangeBindings.cs (1)
178return CreateGetBinding(new HttpTransportBindingElement());
System\ServiceModel\HttpBindingBase.cs (1)
26this.httpTransport = new HttpTransportBindingElement();
System\ServiceModel\WSDualHttpBinding.cs (1)
215this.httpTransport = new HttpTransportBindingElement();
System\ServiceModel\WSHttpBindingBase.cs (1)
211httpTransport = new HttpTransportBindingElement();
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
285transportBindingElement = new HttpTransportBindingElement();
System\ServiceModel\WebHttpBinding.cs (1)
268httpTransportBindingElement = new HttpTransportBindingElement();