4 instantiations of TcpTransportSecurity
System.ServiceModel.NetTcp.Tests (4)
ServiceModel\NetTcpSecurityTest.cs (1)
45
TcpTransportSecurity newSecurity = new
TcpTransportSecurity
();
ServiceModel\TcpTransportSecurityTest.cs (3)
17
TcpTransportSecurity transport = new
TcpTransportSecurity
();
29
TcpTransportSecurity transport = new
TcpTransportSecurity
();
37
TcpTransportSecurity 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)
45
TcpTransportSecurity
newSecurity = new TcpTransportSecurity();
47
Assert.Equal<
TcpTransportSecurity
>(newSecurity, security.Transport);
ServiceModel\TcpTransportSecurityTest.cs (3)
17
TcpTransportSecurity
transport = new TcpTransportSecurity();
29
TcpTransportSecurity
transport = new TcpTransportSecurity();
37
TcpTransportSecurity
transport = new TcpTransportSecurity();