2 references to acceptChannelCallback
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
822result = this.channelDemuxer.innerListener.BeginAcceptChannel(this.timeoutHelper.RemainingTime(), acceptChannelCallback, this); 912IAsyncResult openResult = this.channelDemuxer.innerChannel.BeginOpen(this.timeoutHelper.RemainingTime(), acceptChannelCallback, this);