2 writes to transportSecurity
System.ServiceModel.Web (2)
System\ServiceModel\WebHttpSecurity.cs (2)
19this.transportSecurity = new HttpTransportSecurity(); 46this.transportSecurity = (value == null) ? new HttpTransportSecurity() : value;
4 references to transportSecurity
System.ServiceModel.Web (4)
System\ServiceModel\WebHttpSecurity.cs (4)
43get { return this.transportSecurity; } 52this.transportSecurity.DisableTransportAuthentication(http); 57this.transportSecurity.ConfigureTransportAuthentication(http); 62this.transportSecurity.ConfigureTransportProtectionAndAuthentication(https);