Base:
method
WaitForChannel
System.ServiceModel.Channels.ChannelAcceptor<TChannel>.WaitForChannel(System.TimeSpan)
2 references to WaitForChannel
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
1077return Acceptor.WaitForChannel(timeout);
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
79return this.acceptor.WaitForChannel(timeout);