2 instantiations of ListenerChannel
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ListenerHandler.cs (2)
316this.channel = new ListenerChannel(binder); 365return new ListenerChannel(binder);
4 references to ListenerChannel
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ListenerHandler.cs (4)
25ListenerChannel channel; 77internal ListenerChannel Channel 356ListenerChannel CompleteAccept(IAsyncResult result) 548ListenerChannel channel = this.channel;