9 references to HttpsTransportBindingElement
System.ServiceModel (7)
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
2232transportTokenAssertionProvider = new HttpsTransportBindingElement();
System\ServiceModel\Channels\TransportBindingElementImporter.cs (2)
115if (http == null) return new HttpsTransportBindingElement(); 188HttpsTransportBindingElement httpsBinding = new HttpsTransportBindingElement();
System\ServiceModel\Configuration\HttpsTransportElement.cs (1)
39return new HttpsTransportBindingElement();
System\ServiceModel\Description\MetadataExchangeBindings.cs (1)
183return CreateGetBinding(new HttpsTransportBindingElement());
System\ServiceModel\HttpBindingBase.cs (1)
27this.httpsTransport = new HttpsTransportBindingElement();
System\ServiceModel\WSHttpBindingBase.cs (1)
212httpsTransport = new HttpsTransportBindingElement();
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
281transportBindingElement = new HttpsTransportBindingElement();
System\ServiceModel\WebHttpBinding.cs (1)
269httpsTransportBindingElement = new HttpsTransportBindingElement();