2 types derived from TcpTransportManager
System.ServiceModel (2)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
12
sealed class ExclusiveTcpTransportManager :
TcpTransportManager
, ISocketListenerSettings
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
14
class SharedTcpTransportManager :
TcpTransportManager
, ITransportManagerRegistration
1 reference to TcpTransportManager
System.ServiceModel (1)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
193
public void OnClose(
TcpTransportManager
manager)