1 write to connectionDemuxer
System.ServiceModel (1)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
99
connectionDemuxer
= new ConnectionDemuxer(connectionListener,
4 references to connectionDemuxer
System.ServiceModel (4)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (4)
110
connectionDemuxer
.StartDemuxing();
117
connectionDemuxer
.Dispose();
145
if (
connectionDemuxer
!= null)
147
connectionDemuxer
.Dispose();