2 writes to _transportSecurity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpSecurity.cs (2)
27
_transportSecurity
= transportSecurity == null ? GetDefaultHttpTransportSecurity() : transportSecurity;
60
_transportSecurity
= value;
3 references to _transportSecurity
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpSecurity.cs (3)
53
get { return
_transportSecurity
; }
81
_transportSecurity
.ConfigureTransportProtectionOnly(https);
85
_transportSecurity
.ConfigureTransportProtectionAndAuthentication(https);