1 write to onGetContext
System.ServiceModel (1)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
34
this.
onGetContext
= Fx.ThunkCallback(new AsyncCallback(OnGetContext));
1 reference to onGetContext
System.ServiceModel (1)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
187
return this.listener.BeginGetContext(
onGetContext
, eventTraceActivity);