Implemented interface member:
method
BeginWaitForChannel
System.ServiceModel.Channels.IChannelAcceptor<TChannel>.BeginWaitForChannel(System.TimeSpan, System.AsyncCallback, System.Object)
2 overrides of BeginWaitForChannel
System.ServiceModel (2)
System\ServiceModel\Channels\InputQueueChannelAcceptor.cs (1)
101public override IAsyncResult BeginWaitForChannel(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
340public override IAsyncResult BeginWaitForChannel(TimeSpan timeout, AsyncCallback callback, object state)
3 references to BeginWaitForChannel
System.ServiceModel (3)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
101return ChannelAcceptor.BeginWaitForChannel(timeout, callback, state);
System\ServiceModel\Channels\PeerChannelListener.cs (1)
381return ChannelAcceptor.BeginWaitForChannel(timeout, callback, state);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
108return ChannelAcceptor.BeginWaitForChannel(timeout, callback, state);