6 references to HttpsTransportBindingElement
dotnet-svcutil-lib (6)
CodeDomFixup\MethodCreationHelper.cs (1)
1359
HttpTransportBindingElement defaultBindingElement = isHttps ? new
HttpsTransportBindingElement
() : new HttpTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElementImporter.cs (2)
113
if (http == null) return new
HttpsTransportBindingElement
();
180
HttpsTransportBindingElement httpsBinding = new
HttpsTransportBindingElement
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeBindings.cs (1)
183
return 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
();