Base:
method
BeginAcceptChannel
System.ServiceModel.Channels.ChannelAcceptor<TChannel>.BeginAcceptChannel(System.TimeSpan, System.AsyncCallback, System.Object)
1 override of BeginAcceptChannel
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
31public override IAsyncResult BeginAcceptChannel(TimeSpan timeout, AsyncCallback callback, object state)
3 references to BeginAcceptChannel
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
911return this.Acceptor.BeginAcceptChannel(timeout, callback, state);
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
68return this.acceptor.BeginAcceptChannel(timeout, callback, state);
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
34return base.BeginAcceptChannel(timeout, callback, state);