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