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