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)
107
public override bool
EndWaitForChannel
(IAsyncResult result)
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
345
public override bool
EndWaitForChannel
(IAsyncResult result)
3 references to EndWaitForChannel
System.ServiceModel (3)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
106
return ChannelAcceptor.
EndWaitForChannel
(result);
System\ServiceModel\Channels\PeerChannelListener.cs (1)
386
return ChannelAcceptor.
EndWaitForChannel
(result);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
113
return ChannelAcceptor.
EndWaitForChannel
(result);