4 references to GetDefaultHttpTransportSecurity
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007HttpBinding.cs (1)
72HttpTransportSecurity transportSecurity = WSHttpSecurity.GetDefaultHttpTransportSecurity();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (1)
108HttpTransportSecurity transportSecurity = WSHttpSecurity.GetDefaultHttpTransportSecurity();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpSecurity.cs (2)
20: this(DefaultMode, GetDefaultHttpTransportSecurity(), new NonDualMessageSecurityOverHttp()) 27_transportSecurity = transportSecurity == null ? GetDefaultHttpTransportSecurity() : transportSecurity;