6 references to HttpsTransportBindingElement
dotnet-svcutil-lib (6)
CodeDomFixup\MethodCreationHelper.cs (1)
1359HttpTransportBindingElement defaultBindingElement = isHttps ? new HttpsTransportBindingElement() : new HttpTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElementImporter.cs (2)
113if (http == null) return new HttpsTransportBindingElement(); 180HttpsTransportBindingElement httpsBinding = new HttpsTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeBindings.cs (1)
183return CreateGetBinding(new HttpsTransportBindingElement());
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
24_httpsTransport = new HttpsTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
176_httpsTransport = new HttpsTransportBindingElement();