6 references to HttpTransportBindingElement
dotnet-svcutil-lib (6)
CodeDomFixup\MethodCreationHelper.cs (1)
1359
HttpTransportBindingElement 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)
185
return new
HttpTransportBindingElement
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeBindings.cs (1)
178
return 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
();