1 write to onConnect
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
1091
onConnect
= Fx.ThunkCallback(new AsyncCallback(OnConnect));
2 references to onConnect
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionPool.cs (2)
1089
if (
onConnect
== null)
1095
parent.via, this.connectTimeout,
onConnect
, this);