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