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