4 instantiations of 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();
6 references to TcpTransportSecurity
System.ServiceModel (1)
netstandard.cs (1)
273[assembly: TypeForwardedTo(typeof(TcpTransportSecurity))]
System.ServiceModel.NetTcp.Tests (5)
ServiceModel\NetTcpSecurityTest.cs (2)
45TcpTransportSecurity newSecurity = new TcpTransportSecurity(); 47Assert.Equal<TcpTransportSecurity>(newSecurity, security.Transport);
ServiceModel\TcpTransportSecurityTest.cs (3)
17TcpTransportSecurity transport = new TcpTransportSecurity(); 29TcpTransportSecurity transport = new TcpTransportSecurity(); 37TcpTransportSecurity transport = new TcpTransportSecurity();