Implemented interface member:
method
AcceptChannel
System.ServiceModel.Channels.IChannelAcceptor<TChannel>.AcceptChannel(System.TimeSpan)
2 overrides of AcceptChannel
System.ServiceModel (2)
System\ServiceModel\Channels\InputQueueChannelAcceptor.cs (1)
26
public override TChannel
AcceptChannel
(TimeSpan timeout)
System\ServiceModel\Channels\LayeredChannelListener.cs (1)
312
public override TChannel
AcceptChannel
(TimeSpan timeout)
3 references to AcceptChannel
System.ServiceModel (3)
System\ServiceModel\Channels\NamedPipeChannelListener.cs (1)
79
return ChannelAcceptor.
AcceptChannel
(timeout);
System\ServiceModel\Channels\PeerChannelListener.cs (1)
303
return ChannelAcceptor.
AcceptChannel
(timeout);
System\ServiceModel\Channels\TcpChannelListener.cs (1)
86
return ChannelAcceptor.
AcceptChannel
(timeout);