3 references to TcpTransportSecurity
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
366
TcpTransportSecurity 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;