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