2 writes to _transportSecurity
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpSecurity.cs (2)
35
_transportSecurity
= transportSecurity == null ? new TcpTransportSecurity() : transportSecurity;
56
set {
_transportSecurity
= value; }
3 references to _transportSecurity
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpSecurity.cs (3)
55
get { return
_transportSecurity
; }
70
return
_transportSecurity
.CreateTransportProtectionOnly();
74
return
_transportSecurity
.CreateTransportProtectionAndAuthentication();