6 references to HttpTransportBindingElement
dotnet-svcutil-lib (6)
CodeDomFixup\MethodCreationHelper.cs (1)
1359HttpTransportBindingElement defaultBindingElement = isHttps ? new HttpsTransportBindingElement() : new HttpTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsTransportBindingElement.cs (1)
21: base()
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElementImporter.cs (1)
185return new HttpTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeBindings.cs (1)
178return CreateGetBinding(new HttpTransportBindingElement());
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
23_httpTransport = new HttpTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
175_httpTransport = new HttpTransportBindingElement();