Implemented interface member:
method
WaitForChannel
System.ServiceModel.Channels.IChannelAcceptor<TChannel>.WaitForChannel(System.TimeSpan)
2 overrides of WaitForChannel
System.ServiceModel (2)
System\ServiceModel\Channels\InputQueueChannelAcceptor.cs (1)
95public override bool WaitForChannel(TimeSpan timeout)
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
335public override bool WaitForChannel(TimeSpan timeout)
3 references to WaitForChannel
System.ServiceModel (3)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
96return ChannelAcceptor.WaitForChannel(timeout);
System\ServiceModel\Channels\PeerChannelListener.cs (1)
376return ChannelAcceptor.WaitForChannel(timeout);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
103return ChannelAcceptor.WaitForChannel(timeout);