Base:
method
EndAcceptChannel
System.ServiceModel.Channels.ChannelAcceptor<TChannel>.EndAcceptChannel(System.IAsyncResult)
2 references to EndAcceptChannel
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
917return this.Acceptor.EndAcceptChannel(result);
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
73return this.acceptor.EndAcceptChannel(result);