2 writes to transportSecurity
System.ServiceModel (2)
System\ServiceModel\WSHttpSecurity.cs (2)
26this.transportSecurity = transportSecurity == null ? GetDefaultHttpTransportSecurity() : transportSecurity; 59this.transportSecurity = value;
3 references to transportSecurity
System.ServiceModel (3)
System\ServiceModel\WSHttpSecurity.cs (3)
52get { return this.transportSecurity; } 80this.transportSecurity.ConfigureTransportProtectionOnly(https); 84this.transportSecurity.ConfigureTransportProtectionAndAuthentication(https);