2 writes to connectionListener
System.ServiceModel (2)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (2)
94
connectionListener
= new BufferedConnectionListener(socketListener, MaxOutputDelay, ConnectionBufferSize);
97
connectionListener
= new TracingConnectionListener(connectionListener, this.registration.ListenUri.ToString(), false);
4 references to connectionListener
System.ServiceModel (4)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (4)
97
connectionListener = new TracingConnectionListener(
connectionListener
, this.registration.ListenUri.ToString(), false);
99
connectionDemuxer = new ConnectionDemuxer(
connectionListener
,
150
if (
connectionListener
!= null)
152
connectionListener
.Dispose();