2 writes to transportSecurity
System.ServiceModel (2)
System\ServiceModel\BasicHttpSecurity.cs (2)
27
this.
transportSecurity
= transportSecurity == null ? new HttpTransportSecurity() : transportSecurity;
49
this.
transportSecurity
= (value == null) ? new HttpTransportSecurity() : value;
6 references to transportSecurity
System.ServiceModel (6)
System\ServiceModel\BasicHttpSecurity.cs (6)
46
get { return this.
transportSecurity
; }
66
this.
transportSecurity
.ConfigureTransportProtectionOnly(https);
70
this.
transportSecurity
.ConfigureTransportProtectionAndAuthentication(https);
81
this.
transportSecurity
.ConfigureTransportAuthentication(http);
91
this.
transportSecurity
.DisableTransportAuthentication(http);
147
return
transportSecurity
.InternalShouldSerialize();