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