1 instantiation of TcpChannelFactory
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
71
return (IChannelFactory<TChannel>)(object)new
TcpChannelFactory
<TChannel>(this, context);
1 reference to TcpChannelFactory
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\TcpChannelFactory.cs (1)
108
if (other.GetType().GetGenericTypeDefinition() != typeof(
TcpChannelFactory
<>))