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