6 references to HttpTransportSecurity
System.ServiceModel.Http (6)
System\ServiceModel\BasicHttpSecurity.cs (3)
18: this(DefaultMode, new HttpTransportSecurity(), new BasicHttpMessageSecurity()) 26_transportSecurity = transportSecurity == null ? new HttpTransportSecurity() : transportSecurity; 53_transportSecurity = (value == null) ? new HttpTransportSecurity() : value;
System\ServiceModel\BasicHttpsSecurity.cs (2)
16: this(DefaultMode, new HttpTransportSecurity(), new BasicHttpMessageSecurity()) 26HttpTransportSecurity httpTransportSecurity = transportSecurity == null ? new HttpTransportSecurity() : transportSecurity;
System\ServiceModel\WSHttpSecurity.cs (1)
28HttpTransportSecurity transportSecurity = new HttpTransportSecurity