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