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())
26
HttpTransportSecurity httpTransportSecurity = transportSecurity == null ? new
HttpTransportSecurity
() : transportSecurity;
System\ServiceModel\WSHttpSecurity.cs (1)
28
HttpTransportSecurity transportSecurity = new
HttpTransportSecurity