2 writes to _transportSecurity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpSecurity.cs (2)
26_transportSecurity = transportSecurity == null ? new HttpTransportSecurity() : transportSecurity; 49_transportSecurity = (value == null) ? new HttpTransportSecurity() : value;
5 references to _transportSecurity
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpSecurity.cs (5)
46get { return _transportSecurity; } 66_transportSecurity.ConfigureTransportProtectionOnly(https); 70_transportSecurity.ConfigureTransportProtectionAndAuthentication(https); 81_transportSecurity.ConfigureTransportAuthentication(http); 91_transportSecurity.DisableTransportAuthentication(http);