11 instantiations of HttpsTransportBindingElement
System.ServiceModel (9)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (2)
63
return new
HttpsTransportBindingElement
(this);
137
return new
HttpsTransportBindingElement
(elementToBeCloned);
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
();
64 references to HttpsTransportBindingElement
System.ServiceModel (62)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (3)
221
if (bindingElement is
HttpsTransportBindingElement
)
223
HttpsTransportBindingElement
https = (
HttpsTransportBindingElement
)bindingElement;
System\ServiceModel\BasicHttpBinding.cs (2)
200
HttpsTransportBindingElement
httpsTransport = transport as
HttpsTransportBindingElement
;
System\ServiceModel\BasicHttpSecurity.cs (2)
62
internal void EnableTransportSecurity(
HttpsTransportBindingElement
https)
74
internal static void EnableTransportSecurity(
HttpsTransportBindingElement
https, HttpTransportSecurity transportSecurity)
System\ServiceModel\BasicHttpsSecurity.cs (2)
130
internal static void EnableTransportSecurity(
HttpsTransportBindingElement
https, HttpTransportSecurity transportSecurity)
140
internal void EnableTransportSecurity(
HttpsTransportBindingElement
https)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
28
internal HttpsChannelFactory(
HttpsTransportBindingElement
httpsBindingElement, BindingContext context)
System\ServiceModel\Channels\HttpsChannelListener.cs (1)
33
public HttpsChannelListener(
HttpsTransportBindingElement
httpsBindingElement, BindingContext context)
System\ServiceModel\Channels\HttpsTransportBindingElement.cs (2)
31
protected HttpsTransportBindingElement(
HttpsTransportBindingElement
elementToBeCloned)
135
internal static
HttpsTransportBindingElement
CreateFromHttpBindingElement(HttpTransportBindingElement elementToBeCloned)
System\ServiceModel\Channels\SecurityBindingElement.cs (4)
2157
HttpsTransportBindingElement
httpsBinding = transportTokenAssertionProvider as
HttpsTransportBindingElement
;
2249
if (transportTokenAssertionProvider is
HttpsTransportBindingElement
)
2251
transportTokenAssertion = sp.CreateWsspHttpsTokenAssertion(exporter, (
HttpsTransportBindingElement
)transportTokenAssertionProvider);
System\ServiceModel\Channels\TransportBindingElementImporter.cs (5)
93
if (address.Uri.Scheme == Uri.UriSchemeHttps && transportBindingElement is HttpTransportBindingElement && !(transportBindingElement is
HttpsTransportBindingElement
))
113
static
HttpsTransportBindingElement
CreateHttpsFromHttp(HttpTransportBindingElement http)
117
HttpsTransportBindingElement
https =
HttpsTransportBindingElement
.CreateFromHttpBindingElement(http);
188
HttpsTransportBindingElement
httpsBinding = new HttpsTransportBindingElement();
System\ServiceModel\Configuration\HttpsTransportElement.cs (5)
19
HttpsTransportBindingElement
binding = (
HttpsTransportBindingElement
)bindingElement;
25
get { return typeof(
HttpsTransportBindingElement
); }
45
HttpsTransportBindingElement
binding = (
HttpsTransportBindingElement
)bindingElement;
System\ServiceModel\Description\ServiceDebugBehavior.cs (2)
124
HttpsTransportBindingElement
httpsTransportBindingElement = customBinding.Elements.Find<
HttpsTransportBindingElement
>();
System\ServiceModel\Description\ServiceMetadataBehavior.cs (2)
129
HttpsTransportBindingElement
httpsTransportBindingElement = customBinding.Elements.Find<
HttpsTransportBindingElement
>();
System\ServiceModel\HttpBindingBase.cs (3)
20
HttpsTransportBindingElement
httpsTransport;
279
if (http is
HttpsTransportBindingElement
)
282
BasicHttpSecurity.EnableTransportSecurity((
HttpsTransportBindingElement
)http, transportSecurity);
System\ServiceModel\HttpTransportSecurity.cs (3)
89
internal void ConfigureTransportProtectionOnly(
HttpsTransportBindingElement
https)
126
internal void ConfigureTransportProtectionAndAuthentication(
HttpsTransportBindingElement
https)
132
internal static void ConfigureTransportProtectionAndAuthentication(
HttpsTransportBindingElement
https, HttpTransportSecurity transportSecurity)
System\ServiceModel\NetHttpBinding.cs (2)
225
HttpsTransportBindingElement
httpsTransport = transport as
HttpsTransportBindingElement
;
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
2549
public abstract XmlElement CreateWsspHttpsTokenAssertion(MetadataExporter exporter,
HttpsTransportBindingElement
httpsBinding);
2551
public abstract bool TryImportWsspHttpsTokenAssertion(MetadataImporter importer, ICollection<XmlElement> assertions,
HttpsTransportBindingElement
httpsBinding);
System\ServiceModel\Security\WSSecurityPolicy11.cs (2)
64
public override XmlElement CreateWsspHttpsTokenAssertion(MetadataExporter exporter,
HttpsTransportBindingElement
httpsBinding)
71
public override bool TryImportWsspHttpsTokenAssertion(MetadataImporter importer, ICollection<XmlElement> assertions,
HttpsTransportBindingElement
httpsBinding)
System\ServiceModel\Security\WSSecurityPolicy12.cs (2)
51
public override XmlElement CreateWsspHttpsTokenAssertion(MetadataExporter exporter,
HttpsTransportBindingElement
httpsBinding)
79
public override bool TryImportWsspHttpsTokenAssertion(MetadataImporter importer, ICollection<XmlElement> assertions,
HttpsTransportBindingElement
httpsBinding)
System\ServiceModel\WS2007FederationHttpBinding.cs (2)
98
HttpsTransportBindingElement
httpsBinding = transport as
HttpsTransportBindingElement
;
System\ServiceModel\WS2007HttpBinding.cs (2)
99
HttpsTransportBindingElement
httpsBinding = transport as
HttpsTransportBindingElement
;
System\ServiceModel\WSFederationHttpBinding.cs (3)
135
HttpsTransportBindingElement
httpsBinding = transport as
HttpsTransportBindingElement
;
178
if (transport is
HttpsTransportBindingElement
)
System\ServiceModel\WSHttpBinding.cs (4)
134
HttpsTransportBindingElement
httpsBinding = transport as
HttpsTransportBindingElement
;
188
if (transport is
HttpsTransportBindingElement
)
191
WSHttpSecurity.ApplyTransportSecurity((
HttpsTransportBindingElement
)transport, transportSecurity);
System\ServiceModel\WSHttpBindingBase.cs (4)
28
HttpsTransportBindingElement
httpsTransport;
187
internal
HttpsTransportBindingElement
HttpsTransport
371
HttpsTransportBindingElement
httpsTransport = transport as
HttpsTransportBindingElement
;
System\ServiceModel\WSHttpSecurity.cs (2)
76
internal void ApplyTransportSecurity(
HttpsTransportBindingElement
https)
88
internal static void ApplyTransportSecurity(
HttpsTransportBindingElement
transport, HttpTransportSecurity transportSecurity)
System.ServiceModel.Web (2)
System\ServiceModel\WebHttpBinding.cs (1)
17
HttpsTransportBindingElement
httpsTransportBindingElement;
System\ServiceModel\WebHttpSecurity.cs (1)
60
internal void EnableTransportSecurity(
HttpsTransportBindingElement
https)