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