1 implementation of EndWaitForChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelAcceptor.cs (1)
40public abstract bool EndWaitForChannel(IAsyncResult result);
1 reference to EndWaitForChannel
System.ServiceModel (1)
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
69return this.channelAcceptor.EndWaitForChannel(result);