2 references to ServiceChannel
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
423
endpoint.DatagramChannel = new
ServiceChannel
(Binder, endpoint, _listener.ChannelDispatcher, _idleManager);
450
Channel = new
ServiceChannel
(Binder, endpoint, _listener.ChannelDispatcher, _idleManager);