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