6 instantiations of TcpTransportSecurity
System.ServiceModel.NetTcp (2)
System\ServiceModel\NetTcpSecurity.cs (2)
16public NetTcpSecurity() : this(DefaultMode, new TcpTransportSecurity(), new MessageSecurityOverTcp()) { } 28Transport = transportSecurity ?? new 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();
11 references to TcpTransportSecurity
System.ServiceModel.NetTcp (6)
System\ServiceModel\NetTcpSecurity.cs (2)
18private NetTcpSecurity(SecurityMode mode, TcpTransportSecurity transportSecurity, MessageSecurityOverTcp messageSecurity) 46public TcpTransportSecurity Transport { get; set; }
System\ServiceModel\TcpTransportSecurity.cs (4)
108private static bool IsSslBindingElement(BindingElement element, TcpTransportSecurity transportSecurity) 125internal static bool SetTransportProtectionOnly(BindingElement transport, TcpTransportSecurity transportSecurity) 146return ClientCredentialType != TcpTransportSecurity.DefaultClientCredentialType 147|| _protectionLevel != TcpTransportSecurity.DefaultProtectionLevel;
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();