1 implementation of BeginAcceptChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelAcceptor.cs (1)
35public abstract IAsyncResult BeginAcceptChannel(TimeSpan timeout, AsyncCallback callback, object state);
1 reference to BeginAcceptChannel
System.ServiceModel (1)
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
49return this.channelAcceptor.BeginAcceptChannel(timeout, callback, state);