2 writes to ipv6TransportManager
System.ServiceModel (2)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
201
this.
ipv6TransportManager
= null;
270
ref this.
ipv6TransportManager
, result);
2 references to ipv6TransportManager
System.ServiceModel (2)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
199
else if (manager == this.
ipv6TransportManager
)
208
if ((this.ipv4TransportManager == null) && (this.
ipv6TransportManager
== null))