2 references to ConnectionAcceptor
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionAcceptor.cs (1)
35: this(listener, maxAccepts, maxPendingConnections, callback, null)
System\ServiceModel\Channels\ConnectionDemuxer.cs (1)
53new ConnectionAcceptor(listener, maxAccepts, maxPendingConnections, OnConnectionAvailable, errorCallback);