Implemented interface member:
method
BeginAcceptChannel
System.ServiceModel.Channels.IChannelAcceptor<TChannel>.BeginAcceptChannel(System.TimeSpan, System.AsyncCallback, System.Object)
2 overrides of BeginAcceptChannel
System.ServiceModel (2)
System\ServiceModel\Channels\InputQueueChannelAcceptor.cs (1)
32public override IAsyncResult BeginAcceptChannel(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
321public override IAsyncResult BeginAcceptChannel(TimeSpan timeout, AsyncCallback callback, object state)
3 references to BeginAcceptChannel
System.ServiceModel (3)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
85return ChannelAcceptor.BeginAcceptChannel(timeout, callback, state);
System\ServiceModel\Channels\PeerChannelListener.cs (1)
309return ChannelAcceptor.BeginAcceptChannel(timeout, callback, state);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
92return ChannelAcceptor.BeginAcceptChannel(timeout, callback, state);