1 write to connectionDemuxer
System.ServiceModel (1)
System\ServiceModel\Channels\SharedTcpTransportManager.cs (1)
125
connectionDemuxer
= new ConnectionDemuxer(connectionListener,
3 references to connectionDemuxer
System.ServiceModel (3)
System\ServiceModel\Channels\SharedTcpTransportManager.cs (3)
133
connectionDemuxer
.StartDemuxing(this.GetOnViaCallback());
176
if (
connectionDemuxer
!= null && demuxerCreated)
178
connectionDemuxer
.Dispose();