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