6 references to TcpTransportSecurity
System.ServiceModel.NetTcp (2)
System\ServiceModel\NetTcpSecurity.cs (2)
16public NetTcpSecurity() : this(DefaultMode, new TcpTransportSecurity(), new MessageSecurityOverTcp()) { } 28Transport = transportSecurity ?? new TcpTransportSecurity();
System.ServiceModel.NetTcp.Tests (4)
ServiceModel\NetTcpSecurityTest.cs (1)
45TcpTransportSecurity newSecurity = new TcpTransportSecurity();
ServiceModel\TcpTransportSecurityTest.cs (3)
17TcpTransportSecurity transport = new TcpTransportSecurity(); 29TcpTransportSecurity transport = new TcpTransportSecurity(); 37TcpTransportSecurity transport = new TcpTransportSecurity();