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)
32
public override IAsyncResult
BeginAcceptChannel
(TimeSpan timeout, AsyncCallback callback, object state)
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
321
public override IAsyncResult
BeginAcceptChannel
(TimeSpan timeout, AsyncCallback callback, object state)
3 references to BeginAcceptChannel
System.ServiceModel (3)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
85
return ChannelAcceptor.
BeginAcceptChannel
(timeout, callback, state);
System\ServiceModel\Channels\PeerChannelListener.cs (1)
309
return ChannelAcceptor.
BeginAcceptChannel
(timeout, callback, state);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
92
return ChannelAcceptor.
BeginAcceptChannel
(timeout, callback, state);