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)
31
public override IAsyncResult
BeginAcceptChannel
(TimeSpan timeout, AsyncCallback callback, object state)
3 references to BeginAcceptChannel
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
911
return this.Acceptor.
BeginAcceptChannel
(timeout, callback, state);
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
68
return this.acceptor.
BeginAcceptChannel
(timeout, callback, state);
System\ServiceModel\Channels\SingletonChannelAcceptor.cs (1)
34
return base.
BeginAcceptChannel
(timeout, callback, state);