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