2 writes to _transportSecurity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpSecurity.cs (2)
26
_transportSecurity
= transportSecurity == null ? new HttpTransportSecurity() : transportSecurity;
49
_transportSecurity
= (value == null) ? new HttpTransportSecurity() : value;
5 references to _transportSecurity
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpSecurity.cs (5)
46
get { return
_transportSecurity
; }
66
_transportSecurity
.ConfigureTransportProtectionOnly(https);
70
_transportSecurity
.ConfigureTransportProtectionAndAuthentication(https);
81
_transportSecurity
.ConfigureTransportAuthentication(http);
91
_transportSecurity
.DisableTransportAuthentication(http);