Base:
method
EndWaitForChannel
System.ServiceModel.Channels.ChannelAcceptor<TChannel>.EndWaitForChannel(System.IAsyncResult)
2 references to EndWaitForChannel
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
1087return Acceptor.EndWaitForChannel(result);
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
89return this.acceptor.EndWaitForChannel(result);