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