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