3 references to TcpTransportSecurity
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
366TcpTransportSecurity tcpTransportSecurity = new TcpTransportSecurity();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpSecurity.cs (2)
21: this(DefaultMode, new TcpTransportSecurity(), new MessageSecurityOverTcp()) 35_transportSecurity = transportSecurity == null ? new TcpTransportSecurity() : transportSecurity;