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