8 instantiations of HttpsTransportBindingElement
dotnet-svcutil-lib (8)
CodeDomFixup\MethodCreationHelper.cs (1)
1359
HttpTransportBindingElement defaultBindingElement = isHttps ? new
HttpsTransportBindingElement
() : new HttpTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsTransportBindingElement.cs (2)
58
return new
HttpsTransportBindingElement
(this);
111
return new
HttpsTransportBindingElement
(elementToBeCloned);
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
();
49 references to HttpsTransportBindingElement
dotnet-svcutil-lib (49)
CodeDomFixup\EndpointSelector.cs (2)
127
if (!(bindingElement is HttpTransportBindingElement || bindingElement is
HttpsTransportBindingElement
|| bindingElement is TcpTransportBindingElement || bindingElement is NamedPipeTransportBindingElement))
130
typeof(HttpTransportBindingElement).FullName, typeof(
HttpsTransportBindingElement
).FullName, typeof(TcpTransportBindingElement).FullName));
CodeDomFixup\MethodCreationHelper.cs (2)
1357
bool isHttps = bindingElement is
HttpsTransportBindingElement
;
1358
Type bindingElementType = isHttps ? typeof(
HttpsTransportBindingElement
) : typeof(HttpTransportBindingElement);
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (2)
168
HttpsTransportBindingElement
httpsTransport = transport as
HttpsTransportBindingElement
;
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpSecurity.cs (2)
62
internal void EnableTransportSecurity(
HttpsTransportBindingElement
https)
74
internal static void EnableTransportSecurity(
HttpsTransportBindingElement
https, HttpTransportSecurity transportSecurity)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpsSecurity.cs (2)
100
internal static void EnableTransportSecurity(
HttpsTransportBindingElement
https, HttpTransportSecurity transportSecurity)
110
internal void EnableTransportSecurity(
HttpsTransportBindingElement
https)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
25
internal HttpsChannelFactory(
HttpsTransportBindingElement
httpsBindingElement, BindingContext context)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsTransportBindingElement.cs (2)
26
protected HttpsTransportBindingElement(
HttpsTransportBindingElement
elementToBeCloned)
109
internal static
HttpsTransportBindingElement
CreateFromHttpBindingElement(HttpTransportBindingElement elementToBeCloned)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElementImporter.cs (5)
91
if (address.Uri.Scheme == /*TODO: Uri.UriSchemeHttps*/ "https" && transportBindingElement is HttpTransportBindingElement && !(transportBindingElement is
HttpsTransportBindingElement
))
111
private static
HttpsTransportBindingElement
CreateHttpsFromHttp(HttpTransportBindingElement http)
115
HttpsTransportBindingElement
https =
HttpsTransportBindingElement
.CreateFromHttpBindingElement(http);
180
HttpsTransportBindingElement
httpsBinding = new HttpsTransportBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (3)
17
private
HttpsTransportBindingElement
_httpsTransport;
224
if (http is
HttpsTransportBindingElement
)
227
BasicHttpSecurity.EnableTransportSecurity((
HttpsTransportBindingElement
)http, transportSecurity);
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpTransportSecurity.cs (3)
70
internal void ConfigureTransportProtectionOnly(
HttpsTransportBindingElement
https)
102
internal void ConfigureTransportProtectionAndAuthentication(
HttpsTransportBindingElement
https)
108
internal static void ConfigureTransportProtectionAndAuthentication(
HttpsTransportBindingElement
https, HttpTransportSecurity transportSecurity)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (2)
212
HttpsTransportBindingElement
httpsTransport = transport as
HttpsTransportBindingElement
;
FrameworkFork\System.ServiceModel\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);
FrameworkFork\System.ServiceModel\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)
FrameworkFork\System.ServiceModel\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)
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007FederationHttpBinding.cs (2)
80
HttpsTransportBindingElement
httpsBinding = transport as
HttpsTransportBindingElement
;
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007HttpBinding.cs (2)
79
HttpsTransportBindingElement
httpsBinding = transport as
HttpsTransportBindingElement
;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpBinding.cs (3)
117
HttpsTransportBindingElement
httpsBinding = transport as
HttpsTransportBindingElement
;
160
if (transport is
HttpsTransportBindingElement
)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (4)
115
HttpsTransportBindingElement
httpsBinding = transport as
HttpsTransportBindingElement
;
169
if (transport is
HttpsTransportBindingElement
)
172
WSHttpSecurity.ApplyTransportSecurity((
HttpsTransportBindingElement
)transport, transportSecurity);
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (4)
27
private
HttpsTransportBindingElement
_httpsTransport;
151
internal
HttpsTransportBindingElement
HttpsTransport
329
HttpsTransportBindingElement
httpsTransport = transport as
HttpsTransportBindingElement
;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpSecurity.cs (2)
77
internal void ApplyTransportSecurity(
HttpsTransportBindingElement
https)
89
internal static void ApplyTransportSecurity(
HttpsTransportBindingElement
transport, HttpTransportSecurity transportSecurity)