11 references to HttpTransportSecurity
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
176
HttpTransportSecurity transportSecurity = new
HttpTransportSecurity
();
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpSecurity.cs (3)
18
: this(DefaultMode, new
HttpTransportSecurity
(), new BasicHttpMessageSecurity())
26
_transportSecurity = transportSecurity == null ? new
HttpTransportSecurity
() : transportSecurity;
49
_transportSecurity = (value == null) ? new
HttpTransportSecurity
() : value;
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpsSecurity.cs (2)
16
: this(DefaultMode, new
HttpTransportSecurity
())
26
HttpTransportSecurity httpTransportSecurity = transportSecurity == null ? new
HttpTransportSecurity
() : transportSecurity;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeBindings.cs (1)
169
new WSHttpSecurity(SecurityMode.Transport, new
HttpTransportSecurity
(), new NonDualMessageSecurityOverHttp()), reliableSessionEnabled: false);
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
220
HttpTransportSecurity transportSecurity = new
HttpTransportSecurity
();
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007FederationHttpBinding.cs (1)
73
HttpTransportSecurity transportSecurity = new
HttpTransportSecurity
();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpBinding.cs (1)
110
HttpTransportSecurity transportSecurity = new
HttpTransportSecurity
();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpSecurity.cs (1)
33
HttpTransportSecurity transportSecurity = new
HttpTransportSecurity
();