1 implementation of WaitForChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelAcceptor.cs (1)
38public abstract bool WaitForChannel(TimeSpan timeout);
1 reference to WaitForChannel
System.ServiceModel (1)
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
59return this.channelAcceptor.WaitForChannel(timeout);