1 write to onOpenInnerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
666
this.
onOpenInnerChannel
= Fx.ThunkCallback(new AsyncCallback(OnOpenInnerChannel));
1 reference to onOpenInnerChannel
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
928
openResult = channel.BeginOpen(this.idleTimeout,
onOpenInnerChannel
, channel);