Base:
method
BeginWaitForChannel
System.ServiceModel.Channels.ChannelAcceptor<TChannel>.BeginWaitForChannel(System.TimeSpan, System.AsyncCallback, System.Object)
2 references to BeginWaitForChannel
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
1082return Acceptor.BeginWaitForChannel(timeout, callback, state);
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
84return this.acceptor.BeginWaitForChannel(timeout, callback, state);