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