6 references to AcceptChannel
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ListenerBinder.cs (6)
69IDuplexChannel channel = _listener.AcceptChannel(timeout); 116IDuplexSessionChannel channel = _listener.AcceptChannel(timeout); 161IInputChannel channel = _listener.AcceptChannel(timeout); 206IInputSessionChannel channel = _listener.AcceptChannel(timeout); 251IReplyChannel channel = _listener.AcceptChannel(timeout); 296IReplySessionChannel channel = _listener.AcceptChannel(timeout);