11 references to HttpTransportSecurity
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
176HttpTransportSecurity 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()) 26HttpTransportSecurity httpTransportSecurity = transportSecurity == null ? new HttpTransportSecurity() : transportSecurity;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeBindings.cs (1)
169new WSHttpSecurity(SecurityMode.Transport, new HttpTransportSecurity(), new NonDualMessageSecurityOverHttp()), reliableSessionEnabled: false);
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
220HttpTransportSecurity transportSecurity = new HttpTransportSecurity();
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007FederationHttpBinding.cs (1)
73HttpTransportSecurity transportSecurity = new HttpTransportSecurity();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpBinding.cs (1)
110HttpTransportSecurity transportSecurity = new HttpTransportSecurity();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpSecurity.cs (1)
33HttpTransportSecurity transportSecurity = new HttpTransportSecurity();