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