1 instantiation of ExclusiveTcpTransportManager
System.ServiceModel (1)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
245transportManager = new ExclusiveTcpTransportManager(this, channelListener, ipAddressAny, ipHostNameType);
3 references to ExclusiveTcpTransportManager
System.ServiceModel (3)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (3)
171ExclusiveTcpTransportManager ipv4TransportManager; 172ExclusiveTcpTransportManager ipv6TransportManager; 241ref ExclusiveTcpTransportManager transportManager, IList<TransportManager> result)