3 references to TcpTransportSecurity
System.ServiceModel (3)
System\ServiceModel\NetTcpBinding.cs (1)
395TcpTransportSecurity tcpTransportSecurity = new TcpTransportSecurity();
System\ServiceModel\NetTcpSecurity.cs (2)
20: this(DefaultMode, new TcpTransportSecurity(), new MessageSecurityOverTcp()) 29this.transportSecurity = transportSecurity == null ? new TcpTransportSecurity() : transportSecurity;