1 write to onConnectionDequeued
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionAcceptor.cs (1)
56
this.
onConnectionDequeued
= new Action(OnConnectionDequeued);
1 reference to onConnectionDequeued
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionAcceptor.cs (1)
239
callback(connection,
onConnectionDequeued
);