1 implementation of AcceptChannel
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelAcceptor.cs (1)
34
public abstract TChannel
AcceptChannel
(TimeSpan timeout);
1 reference to AcceptChannel
System.ServiceModel (1)
System\ServiceModel\Channels\DelegatingChannelListener.cs (1)
44
return this.channelAcceptor.
AcceptChannel
(timeout);