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