Implemented interface member:
method
EndWaitForChannel
System.ServiceModel.Channels.IChannelAcceptor<TChannel>.EndWaitForChannel(System.IAsyncResult)
2 overrides of EndWaitForChannel
System.ServiceModel (2)
System\ServiceModel\Channels\InputQueueChannelAcceptor.cs (1)
107public override bool EndWaitForChannel(IAsyncResult result)
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
345public override bool EndWaitForChannel(IAsyncResult result)
3 references to EndWaitForChannel
System.ServiceModel (3)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
106return ChannelAcceptor.EndWaitForChannel(result);
System\ServiceModel\Channels\PeerChannelListener.cs (1)
386return ChannelAcceptor.EndWaitForChannel(result);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
113return ChannelAcceptor.EndWaitForChannel(result);