6 references to AcceptChannel
System.ServiceModel.Primitives (6)
System\ServiceModel\Dispatcher\ListenerBinder.cs (6)
77IDuplexChannel channel = _listener.AcceptChannel(timeout); 124IDuplexSessionChannel channel = _listener.AcceptChannel(timeout); 169IInputChannel channel = _listener.AcceptChannel(timeout); 214IInputSessionChannel channel = _listener.AcceptChannel(timeout); 259IReplyChannel channel = _listener.AcceptChannel(timeout); 304IReplySessionChannel channel = _listener.AcceptChannel(timeout);