1 implementation of EndAcceptChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelAcceptor.cs (1)
36public abstract TChannel EndAcceptChannel(IAsyncResult result);
1 reference to EndAcceptChannel
System.ServiceModel (1)
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
54return this.channelAcceptor.EndAcceptChannel(result);