2 references to ServiceChannel
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
661
endpoint.DatagramChannel = new
ServiceChannel
(this.binder, endpoint, this.listener.ChannelDispatcher, this.idleManager);
688
this.channel = new
ServiceChannel
(this.binder, endpoint, this.listener.ChannelDispatcher, this.idleManager);