Implemented interface member:
method
BeginAcceptChannel
System.ServiceModel.Channels.IChannelListener<TChannel>.BeginAcceptChannel(System.TimeSpan, System.AsyncCallback, System.Object)
1 reference to BeginAcceptChannel
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
899return this.BeginAcceptChannel(this.DefaultReceiveTimeout, callback, state);